Improve doc

This commit is contained in:
syuilo 2019-02-27 05:02:36 +09:00
parent 010d3f8281
commit 33ad60b1f3
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
4 changed files with 68 additions and 3 deletions

View file

@ -44,7 +44,14 @@ export const meta = {
'-attachedRemoteUsers',
]),
},
}
},
res: {
type: 'array',
items: {
type: 'Hashtag'
}
},
};
const sort: any = {

View file

@ -35,7 +35,14 @@ export const meta = {
'ja-JP': 'オフセット'
}
}
}
},
res: {
type: 'array',
items: {
type: 'string'
}
},
};
export default define(meta, async (ps) => {

View file

@ -44,7 +44,14 @@ export const meta = {
]),
default: 'local'
}
}
},
res: {
type: 'array',
items: {
type: 'User'
}
},
};
const sort: any = {