Improve doc
This commit is contained in:
parent
f4ae939124
commit
fcc6a65e08
5 changed files with 50 additions and 3 deletions
|
@ -54,7 +54,14 @@ export const meta = {
|
|||
validator: $.optional.arr($.str.or(['follow', 'mention', 'reply', 'renote', 'quote', 'reaction', 'poll_vote', 'receiveFollowRequest'])),
|
||||
default: [] as string[]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
res: {
|
||||
type: 'array',
|
||||
items: {
|
||||
type: 'Notification',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default define(meta, async (ps, user) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue