Improve doc

This commit is contained in:
syuilo
2019-02-26 14:21:28 +09:00
parent 61ac024127
commit 077bdbfdef
4 changed files with 60 additions and 2 deletions

View File

@@ -23,7 +23,14 @@ export const meta = {
'ja-JP': 'フォルダID'
}
},
}
},
res: {
type: 'array',
items: {
type: 'DriveFolder',
},
},
};
export default define(meta, async (ps, user) => {