Skip to main content

Variable.ImportMapperRowType

const ImportMapperRowType: {
column: "column";
const: "const";
path: "path";
};

Type Declaration

column

readonly column: "column";

const

readonly const: "const";

path

readonly path: "path";