Skip to main content

TypeAlias.ImportMapperSourceStructure

type ImportMapperSourceStructure =
| {
columns: string[];
format: "csv";
}
| {
format: "json";
paths: string[];
};