persona-community-5/.pnpm-store/v3/files/c2/2e0e7720faa860bf9b1bd3de097b494aaa1912978ea22b50470ca1019b59b08ce7289db71290db99a0f6fc6a42862b7207f73e0faffdcfd69442b3be3a83f4
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

6 lines
293 B
Plaintext

import type { CodeKeywordDefinition, AnySchema } from "../../types";
import type { KeywordCxt } from "../../compile/validate";
declare const def: CodeKeywordDefinition;
export declare function validateTuple(cxt: KeywordCxt, extraItems: string, schArr?: AnySchema[]): void;
export default def;