TypeAlias.CreateImportMapper
type CreateImportMapper = {
application: string;
name: string;
rows: {
destination: string;
source: string;
type: "path" | "const";
}[];
};
Body shape for creating an import mapper.
Type Declaration
| Name | Type |
|---|---|
application | string |
name | string |
rows | { destination: string; source: string; type: "path" |