fix: type

This commit is contained in:
手瓜一十雪 2024-10-26 20:25:34 +08:00
parent d93a280ab3
commit 4eb4a612d0

View File

@ -12,6 +12,7 @@ import {
import { GeneralCallResult } from '@/core/services/common';
export interface NodeIKernelGroupService {
// isTroopMember ? 0 : 111
// --->
// 待启用 For Next Version 3.2.0
getGroupMemberMaxNum(groupCode: string, serviceType: number): Promise<unknown>;