TypeAlias.ImportMappingColumnProfile
type ImportMappingColumnProfile = {
alsoSeen: string[];
distinctCount: number;
fillPercent: number;
maxLength: number;
minLength: number;
valueType: | "boolean"
| "email"
| "url"
| "gtin"
| "countryCode"
| "isoDate"
| "currencyCode"
| "integer"
| "decimal"
| "quantityWithUnit"
| null;
};
Type Declaration
| Name | Type |
|---|---|
alsoSeen | string[] |
distinctCount | number |
fillPercent | number |
maxLength | number |
minLength | number |
valueType |