Webpack build for branch master: 26c978c465

This commit is contained in:
Travis CI 2017-09-24 15:25:52 +00:00
parent d076a20237
commit 3ac13f5363

View file

@ -17677,9 +17677,16 @@ class PermissionOverwrites {
*/ */
this.id = data.id; this.id = data.id;
/**
* The type of a permission overwrite. It can be one of:
* * member
* * role
* @typedef {string} OverwriteType
*/
/** /**
* The type of this overwrite * The type of this overwrite
* @type {string} * @type {OverwriteType}
*/ */
this.type = data.type; this.type = data.type;