mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-13 11:40:35 +00:00
refactor: reboot req params
This commit is contained in:
parent
3377c383c1
commit
c35d2e08cd
2
src/core
2
src/core
@ -1 +1 @@
|
|||||||
Subproject commit 2abb424c620da4a1b47f7afac9ff054d2abf20dd
|
Subproject commit 1d7364fe519cfedb6cd2f88e42f5ec2738a7adc8
|
||||||
@ -8,8 +8,7 @@ const SchemaData = {
|
|||||||
type: 'object',
|
type: 'object',
|
||||||
properties: {
|
properties: {
|
||||||
delay: { type: 'number' }
|
delay: { type: 'number' }
|
||||||
},
|
}
|
||||||
required: ['delay']
|
|
||||||
} as const satisfies JSONSchema;
|
} as const satisfies JSONSchema;
|
||||||
|
|
||||||
type Payload = FromSchema<typeof SchemaData>;
|
type Payload = FromSchema<typeof SchemaData>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user