mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 16:20:25 +00:00
refactor: reboot req params
This commit is contained in:
2
src/core
2
src/core
Submodule src/core updated: 2abb424c62...1d7364fe51
@@ -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>;
|
||||||
|
|||||||
Reference in New Issue
Block a user