Interface TaskCustomizationData

interface TaskCustomizationData {
    problemMatcher?: ProblemMatcher[];
    type: string;
    [name: string]: any;
}

Indexable

[name: string]: any

Properties

problemMatcher?: ProblemMatcher[]
type: string