Skip to main content

TypeAlias.UpdateImportMapper

type UpdateImportMapper = {
cronFrequency?: string | null;
csvHasHeader?: boolean | null;
name?: string;
rows?: {
destination: string;
source: string;
type: "path" | "const" | "column";
}[];
type?: "url" | "file";
url?: string | null;
};

Body shape for updating an import mapper.

Type Declaration

NameType
cronFrequency?string
csvHasHeader?boolean
name?string
rows?{ destination: string; source: string; type: "path"
type?"url"
url?string