Interface GetLayerGroupsResult

interface GetLayerGroupsResult {
    groups: LayerGroups;
    organization: string;
}

Properties

Properties

groups: LayerGroups
organization: string