persona-community-5/.pnpm-store/v3/files/05/8084abde551b32a4ea9f6f3d6eb79c5919ab2d4b5beb85d5ce64f9d74520a73688691508a174e9352ff022e2f0508b4b6c5e7883d0103d679144b464391f78
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
253 B
Plaintext

import type { CodeKeywordDefinition, SchemaObject } from "../../types";
import { _JTDTypeError } from "./error";
export type JTDValuesError = _JTDTypeError<"values", "object", SchemaObject>;
declare const def: CodeKeywordDefinition;
export default def;