export type OptionType = 'string' | 'number' | 'boolean' | 'file' | 'folder' | 'path' | 'array';