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
| Name | Type |
|---|---|
createdAt | string |
destination | string |
id | string |
position | number |
source | string |
type | "path" |
updatedAt | string |