Improve doc
This commit is contained in:
parent
02e4929a97
commit
b67f3438e9
10 changed files with 133 additions and 6 deletions
|
|
@ -67,7 +67,14 @@ export const meta = {
|
|||
validator: $.optional.type(ID),
|
||||
transform: transform,
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
res: {
|
||||
type: 'array',
|
||||
items: {
|
||||
type: 'Note',
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
export default define(meta, async (ps) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue