StackLatestSchemaType aliases
CastAs
Type-safe alias for castAsEnum used to specify the *unencrypted* data type of a column or value. This is important because once encrypted, all data is stored...
Type Alias: CastAs
type CastAs = z.infer<typeof castAsEnum>;Defined in: .tmp-stack/packages/stack/src/schema/index.ts:101
Type-safe alias for castAsEnum used to specify the unencrypted data type of a column or value. This is important because once encrypted, all data is stored as binary blobs.
See
castAsEnum for possible values.