UNPKG

manifest

Version:

The backend for AI code editors

2 lines (1 loc) 123 B
export type TsType = 'string' | 'number' | 'boolean' | 'Date' | '{[key:string]: string}' | '{ lat: number; lng: number }';