mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-09 13:03:37 +08:00
fix
This commit is contained in:
parent
79aa1dc67f
commit
2d7de174c5
@ -7,7 +7,7 @@ const SchemaData = Type.Object({
|
|||||||
user_id: Type.Optional(Type.Union([Type.Number(), Type.String()])),
|
user_id: Type.Optional(Type.Union([Type.Number(), Type.String()])),
|
||||||
start: Type.Union([Type.Number(), Type.String()], { default: 0 }),
|
start: Type.Union([Type.Number(), Type.String()], { default: 0 }),
|
||||||
count: Type.Union([Type.Number(), Type.String()], { default: 10 }),
|
count: Type.Union([Type.Number(), Type.String()], { default: 10 }),
|
||||||
type: Type.Union([Type.Number(), Type.String()], { default: 2 })
|
type: Type.Union([Type.Number(), Type.String()], { default: 1 })
|
||||||
});
|
});
|
||||||
|
|
||||||
type Payload = Static<typeof SchemaData>;
|
type Payload = Static<typeof SchemaData>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user