mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 16:20:25 +00:00
@@ -2,7 +2,7 @@ import { type NTQQCollectionApi } from '@/core/apis/collection';
|
||||
import { OneBotAction } from '@/onebot/action/OneBotAction';
|
||||
import { ActionName } from '@/onebot/action/router';
|
||||
import { z } from 'zod';
|
||||
import { actionType } from '@/common/coerce';
|
||||
import { actionType } from '../type';
|
||||
const SchemaData = z.object({
|
||||
category: actionType.number(),
|
||||
count: actionType.number().default(1),
|
||||
|
||||
Reference in New Issue
Block a user