chore: format

This commit is contained in:
student_2333
2024-05-10 13:34:49 +08:00
parent 43e9b070a9
commit 627955e7fd
19 changed files with 291 additions and 248 deletions

View File

@@ -7,7 +7,7 @@ import { NTQQGroupApi } from '../../../ntqqapi/api/group'
import { log } from '../../../common/utils'
export interface PayloadType {
group_id: number,
group_id: number
no_cache: boolean | string
}