Interface ScmRawResourceGroup

interface ScmRawResourceGroup {
    features: SourceControlGroupFeatures;
    handle: number;
    id: string;
    label: string;
}

Properties

Properties

handle: number
id: string
label: string