Type Alias: GbnfJsonSchemaToType<T>
ts
type GbnfJsonSchemaToType<T> = 0 extends 1 & T ? any : GbnfJsonSchemaToTSType<T>;
Defined in: utils/gbnfJson/types.ts:192
Converts a GBNF JSON schema to a TypeScript type
Type Parameters
Type Parameter |
---|
T |