persona-community-5/.pnpm-store/v3/files/02/88fdb96187fead29a6f4bbabd3e83d701f5ea160920ee9008e69fab181dd375de9af4759b702058fd362f02a922d5e5622f57221d9f762346a695c02bc3777
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

7 lines
272 B
Plaintext

import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export type UnevaluatedPropertiesError = ErrorObject<"unevaluatedProperties", {
unevaluatedProperty: string;
}, AnySchema>;
declare const def: CodeKeywordDefinition;
export default def;