persona-community-5/.pnpm-store/v3/files/0e/024e053e5b56f84a6ba29cbe5c5609ae93215f093a67d19d4f5a195f0b6947d8bf2bffdb2bd7050d83d4e94f6f3be899331dd4c0a17e93212a4682f68b99d2
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
225 B
Plaintext

import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export type JTDEnumError = ErrorObject<"enum", {
allowedValues: string[];
}, string[]>;
declare const def: CodeKeywordDefinition;
export default def;