persona-community-5/.pnpm-store/v3/files/ad/87f84de58306123de9f6b10a324f1908d731337b7604aefcdbc7ecfbe34d92cd36895aa71042d22e904dca53f434b71b5c4f8230e7f5dbf8f11dc332f52de3
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

5 lines
208 B
Plaintext

import type { CodeKeywordDefinition, ErrorNoParams, AnySchema } from "../../types";
export type AnyOfError = ErrorNoParams<"anyOf", AnySchema[]>;
declare const def: CodeKeywordDefinition;
export default def;