mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-06 02:26:04 +02:00
refactor type
This commit is contained in:
@@ -14,12 +14,12 @@ export const meta = {
|
||||
params: {
|
||||
query: {
|
||||
validator: $.optional.nullable.str,
|
||||
default: null as any
|
||||
default: null
|
||||
},
|
||||
|
||||
host: {
|
||||
validator: $.optional.nullable.str,
|
||||
default: null as any
|
||||
default: null
|
||||
},
|
||||
|
||||
limit: {
|
||||
|
||||
@@ -14,7 +14,7 @@ export const meta = {
|
||||
params: {
|
||||
query: {
|
||||
validator: $.optional.nullable.str,
|
||||
default: null as any
|
||||
default: null
|
||||
},
|
||||
|
||||
limit: {
|
||||
|
||||
Reference in New Issue
Block a user