mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-12 16:00:27 +00:00
@@ -1,5 +1,5 @@
|
||||
import { z } from 'zod';
|
||||
import { actionType } from '../../common/coerce';
|
||||
import { actionType } from '../action/type';
|
||||
|
||||
const HttpServerConfigSchema = z.object({
|
||||
name: actionType.string().default('http-server'),
|
||||
|
||||
Reference in New Issue
Block a user