persona-community-5/.pnpm-store/v3/files/c3/dc14c1b49ad657866afa887a0c47e67d369b2165374700d1c365da48902d105f442c50cf36ce48e03b9698818766f8f39b932c355a890eefbf7a02a95fa9b8
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

8 lines
264 B
Plaintext

import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export type ContainsError = ErrorObject<"contains", {
minContains: number;
maxContains?: number;
}, AnySchema>;
declare const def: CodeKeywordDefinition;
export default def;