mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-02 08:40:26 +00:00
@@ -4,10 +4,9 @@ import { checkFileExistV2, uriToLocalFile } from '@/common/file';
|
||||
import { z } from 'zod';
|
||||
import fs from 'node:fs/promises';
|
||||
import { GeneralCallResult } from '@/core';
|
||||
import { actionType } from '../type';
|
||||
const SchemaData = z.object({
|
||||
file: actionType.string(),
|
||||
group_id: actionType.string()
|
||||
file: z.coerce.string(),
|
||||
group_id: z.coerce.string()
|
||||
});
|
||||
|
||||
type Payload = z.infer<typeof SchemaData>;
|
||||
|
||||
Reference in New Issue
Block a user