export type CastType = 'number' | 'boolean' | 'string' | 'json' | 'date' | 'array';