Skip to content

Type Alias: BasicType

ts
type BasicType = boolean | number | string | any[] | object | null;