Skip to main content

TypeAlias.ImportMapperDestinationField

type ImportMapperDestinationField = {
field: string;
required: boolean;
};

A field an import-mapper row can write to, as a dot-path into the passport-creation input (e.g. product.name). required marks fields the input schema makes mandatory — the mapper form seeds a locked row for each.

Properties

PropertyType
fieldstring
requiredboolean