Improve doc

This commit is contained in:
syuilo
2019-02-25 03:21:54 +09:00
parent b67f3438e9
commit 31802c9749
10 changed files with 85 additions and 16 deletions

View File

@@ -12,7 +12,19 @@ export const meta = {
requireCredential: true,
kind: 'drive-read'
kind: 'drive-read',
res: {
type: 'object',
properties: {
capacity: {
type: 'number'
},
usage: {
type: 'number'
}
}
}
};
export default define(meta, async (ps, user) => {