Skip to main content

TypeAlias.ImportMapperRow

type ImportMapperRow = {
createdAt: string;
destination: string;
id: string;
position: number;
source: string;
type: "path" | "const";
updatedAt: string;
};

A single row in an import mapper.

Type Declaration

NameType
createdAtstring
destinationstring
idstring
positionnumber
sourcestring
type"path"
updatedAtstring