mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 16:20:25 +00:00
@@ -8,7 +8,7 @@ interface Response {
|
||||
}
|
||||
|
||||
const SchemaData = z.object({
|
||||
domain: z.coerce.string()
|
||||
domain: z.string()
|
||||
});
|
||||
|
||||
type Payload = z.infer<typeof SchemaData>;
|
||||
|
||||
Reference in New Issue
Block a user