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