interface PropertySet {
    name?: string;
    properties?: Property[];
}

Properties

Properties

name?: string
properties?: Property[]