export type IsType = 'array' | 'boolean' | 'number' | 'numberString' | 'string';
