ZodObject<{ id: ZodDefault<$ZodBranded<ZodUUID, "Uuid">>; created: ZodDefault<$ZodBranded<ZodISODateTime, "Datetime">>; updated: ZodDefault<...>; }, $strict> Base schema that defines common properties for all cells.
4 declarations
ZodObject<{ id: ZodDefault<$ZodBranded<ZodUUID, "Uuid">>; created: ZodDefault<$ZodBranded<ZodISODateTime, "Datetime">>; updated: ZodDefault<...>; }, $strict> Base schema that defines common properties for all cells.
{ id?: string | undefined; created?: string | undefined; updated?: string | undefined; } SchemaKeys<T> Get keys from a Zod schema object.
Tz.ZodTypeSchemaValue<T, K> Get value type for a specific key in a Zod schema.
Tz.ZodTypeKSchemaKeys<T>