export type TsType = 'string' | 'number' | 'boolean' | 'Date' | '{[key:string]: string}' | '{ lat: number; lng: number }';
