{"version":3,"file":"index.mjs","sources":["../../../src/types/column-type-union/index.ts"],"sourcesContent":["import type { GridNativeColTypes } from '@mui/x-data-grid';\n\nexport type ColumnTypeUnion = GridNativeColTypes | 'image' | 'custom';\n\nexport type FilterAllowedColumnTypeUnion = Exclude<\n  ColumnTypeUnion,\n  'image' | 'custom' | 'actions'\n>;\n\nexport const allowedFilterTypes: FilterAllowedColumnTypeUnion[] = [\n  'string',\n  'number',\n  'boolean',\n  'date',\n  'dateTime',\n  'singleSelect',\n];\n"],"names":["allowedFilterTypes"],"mappings":"MASaA,kBAAqD,GAAA;AAChE,IAAA,QAAA;AACA,IAAA,QAAA;AACA,IAAA,SAAA;AACA,IAAA,MAAA;AACA,IAAA,UAAA;AACA,IAAA,cAAA;;;;;"}