fix: 修正正确类型

This commit is contained in:
手瓜一十雪
2024-08-25 23:04:34 +08:00
parent 7ac10a8d29
commit fabfea456f
4 changed files with 16 additions and 11 deletions

View File

@@ -12,6 +12,10 @@ export interface kickMemberV2Req{
kickListUids: Array<string>,
kickMsg: string
}
export enum DataSource {
LOCAL,
REMOTE
}
export enum GroupListUpdateType {
REFRESHALL,
GETALL,