Skip to main content

Variable.ImportMapperFormat

const ImportMapperFormat: {
csv: "csv";
json: "json";
};

Type Declaration

csv

readonly csv: "csv";

json

readonly json: "json";