fix: type Error

This commit is contained in:
手瓜一十雪 2024-10-27 22:07:11 +08:00
parent 95a00d7f35
commit 4825a0e341

View File

@ -233,7 +233,7 @@ export interface NodeIKernelGroupService {
getGroupStatisticInfo(groupCode: string): unknown;
getGroupRemainAtTimes(groupCode: string): Promise<Omit<GeneralCallResult, 'result'> & {
errMsg: string,
errCode: number,
atInfo: {
canAtAll: boolean
RemainAtAllCountForUin: number