Skip to main content

Variable.ImportMapperType

const ImportMapperType: {
File: "file";
Url: "url";
};

Type Declaration

File

readonly File: "file";

Url

readonly Url: "url";