interface ListRpnV2GroupsResponse {
    rpnGroups: RpnV2Group[];
    totalCount: number;
}

Properties

rpnGroups: RpnV2Group[]

List of rpn v2 groups that match filters.

totalCount: number

Total count of matching rpn v2 groups.