Variable.ImportMappingConfidence
const ImportMappingConfidence: {
high: "high";
low: "low";
review: "review";
};
Type Declaration
| Name | Type |
|---|---|
high | "high" |
low | "low" |
review | "review" |
const ImportMappingConfidence: {
high: "high";
low: "low";
review: "review";
};
| Name | Type |
|---|---|
high | "high" |
low | "low" |
review | "review" |