persona-community-5/.pnpm-store/v3/files/5b/b71cca7d547bc423ef58f9931fd6101f0eb988f61d9b5d36ab323ba433eb78e414dd9c3d5e512d6550d150b51b8dbca9486f467f6b9977f640f22e8f39cfbb
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
248 B
Plaintext

import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export type UnevaluatedItemsError = ErrorObject<"unevaluatedItems", {
limit: number;
}, AnySchema>;
declare const def: CodeKeywordDefinition;
export default def;