feat: biz-service
This commit is contained in:
@ -49,3 +49,7 @@ export interface GetGroupsResponse extends IPaginationResponse {
|
||||
export interface GetGroupDetailsRequest {
|
||||
blGroupId: string;
|
||||
}
|
||||
export interface GroupItem {
|
||||
title: string;
|
||||
serviceUrl: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user