Improve doc
This commit is contained in:
@ -44,7 +44,14 @@ export const meta = {
|
||||
'-attachedRemoteUsers',
|
||||
]),
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
res: {
|
||||
type: 'array',
|
||||
items: {
|
||||
type: 'Hashtag'
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
const sort: any = {
|
||||
|
@ -35,7 +35,14 @@ export const meta = {
|
||||
'ja-JP': 'オフセット'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
res: {
|
||||
type: 'array',
|
||||
items: {
|
||||
type: 'string'
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
export default define(meta, async (ps) => {
|
||||
|
@ -44,7 +44,14 @@ export const meta = {
|
||||
]),
|
||||
default: 'local'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
res: {
|
||||
type: 'array',
|
||||
items: {
|
||||
type: 'User'
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
const sort: any = {
|
||||
|
Reference in New Issue
Block a user