cell_types.ts

Declarations
#

4 declarations

view source

CellJson
#

cell_types.ts view source

ZodObject<{ id: ZodDefault<$ZodBranded<ZodUUID, "Uuid">>; created: ZodDefault<$ZodBranded<ZodISODateTime, "Datetime">>; updated: ZodDefault<...>; }, $strict>

Base schema that defines common properties for all cells.

CellJsonInput
#

SchemaKeys
#

SchemaValue
#

cell_types.ts view source

SchemaValue<T, K>

Get value type for a specific key in a Zod schema.

generics

T

constraint z.ZodType

K

constraint SchemaKeys<T>

Depends on
#

Imported by
#