mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +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',
|
||||
properties: {
|
||||
delay: { type: 'number' }
|
||||
},
|
||||
required: ['delay']
|
||||
}
|
||||
} as const satisfies JSONSchema;
|
||||
|
||||
type Payload = FromSchema<typeof SchemaData>;
|
||||
|
Reference in New Issue
Block a user