interface GetGroupsRequest {
    endDate?: string | Date;
    groupId?: string;
    limit?: number;
    startDate?: string | Date;
    startKey?: string;
}

Implemented by

Properties

endDate?: string | Date
groupId?: string
limit?: number
startDate?: string | Date
startKey?: string