Skip to main content

TypeAlias.SuggestImportMappingInput

type SuggestImportMappingInput = {
application: string;
format: "json" | "csv";
sources: {
example: string;
name?: string;
path: string;
profile?: {
alsoSeen: string[];
distinctCount: number;
fillPercent: number;
maxLength: number;
minLength: number;
valueType: | "boolean"
| "email"
| "url"
| "gtin"
| "countryCode"
| "isoDate"
| "currencyCode"
| "integer"
| "decimal"
| "quantityWithUnit"
| null;
};
}[];
};

Type Declaration

NameType
applicationstring
format"json"
sources{ example: string; name?: string; path: string; profile?: { alsoSeen: string[]; distinctCount: number; fillPercent: number; maxLength: number; minLength: number; valueType: