Skip to main content

Type Alias: JSONType

JSONType = string | number | boolean | null | JSONType[] | {[key: string]: JSONType; }

Defined in: packages/agentos/node_modules/zod/v4/core/util.d.cts:5