persona-community-5/.pnpm-store/v3/files/30/4a75296d4cbbd222e0eed11b0eb0b4f7346e7744344a43fea272bf3d0e6e19a22448892af3122df64cf8614365d9a80bd1935209c023804d66d5b330c93a3c
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
254 B
Plaintext

import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export type OneOfError = ErrorObject<"oneOf", {
passingSchemas: [number, number] | null;
}, AnySchema[]>;
declare const def: CodeKeywordDefinition;
export default def;