persona-community-5/.pnpm-store/v3/files/e9/fce082282d7eb2448acee6dbacf40d77a62b4214ffc7aef23ca714871e31a80dcf2e450278b389c2c67bbaf3bf3326cf1d77b83886c68ed5ca12373dc21f10
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

9 lines
255 B
Plaintext

import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export type RequiredError = ErrorObject<"required", {
missingProperty: string;
}, string[] | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;