export type IType = 'integer' | 'number' | 'string' | 'boolean';