Skip to main content

Variable.ImportMappingConfidence

const ImportMappingConfidence: {
high: "high";
low: "low";
review: "review";
};

Type Declaration

high

readonly high: "high";

low

readonly low: "low";

review

readonly review: "review";