Interface PropertyGroup

interface PropertyGroup {
    name: string;
    propertyGroupKey: string;
}

Properties

name: string
propertyGroupKey: string