mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
fix
This commit is contained in:
@@ -11,4 +11,4 @@ const string = () => z.preprocess(
|
||||
val => typeof val !== 'string' ? String(val) : val,
|
||||
z.string()
|
||||
);
|
||||
export const actionType = { boolean, number, string };
|
||||
export const coerce = { boolean, number, string };
|
||||
Reference in New Issue
Block a user