feat: 类型修复

This commit is contained in:
手瓜一十雪 2024-10-27 22:03:22 +08:00
parent e2a6a0bc02
commit d885bab426

View File

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