Interface GetTimeSeriesGroupWithGroupIdRequest

interface GetTimeSeriesGroupWithGroupIdRequest {
    categoryId: string;
    groupId: string;
    office: string;
}

Properties

categoryId: string
groupId: string
office: string