Variable JsonArraySchemaConst
JsonArraySchema: TArray<
TCyclic<
{
JsonValueSchema: TUnion<
[
TRecord<"^.*$", TRef<"JsonValueSchema">>,
TArray<TRef<"JsonValueSchema">>,
TString,
TNumber,
TBoolean,
TNull,
TCodec<TRefine<TUnsafe<Date>>, Date>,
],
>;
},
"JsonValueSchema",
>,
> = ...