CodeA pair of TypeScript source strings for a schema: runtime is the
executable Schema expression, Type is the corresponding TypeScript type.
Source effect/SchemaRepresentation.ts:22514 lines
export type type Code = {
readonly runtime: string
readonly Type: string
}
A pair of TypeScript source strings for a schema: runtime is the
executable Schema expression, Type is the corresponding TypeScript type.
Code = {
readonly runtime: stringruntime: string
readonly type Type: stringType: string
}Referenced by 4 symbols