Variable: jsonValueSchema
const jsonValueSchema: z.ZodType<JsonValue> = jsonValueInternalSchema;
Defined in: shared/types/cloudSync.ts:62
Zod schema validating JsonValue.
const jsonValueSchema: z.ZodType<JsonValue> = jsonValueInternalSchema;
Defined in: shared/types/cloudSync.ts:62
Zod schema validating JsonValue.