persona-community-5/.pnpm-store/v3/files/1b/30e1e147e43b89834b7fbdd4ab03379da9c7364bf97f40a3dffc479b3bd16e0dc04fa1333a091bc1788ca8b9888907d58ff6a0ba34c72a5bdbd5a8f50a376e
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
226 B
Plaintext

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