export interface RESTAPIGuildCreateOverwrite extends RESTPutAPIChannelPermissionJSONBodyoptionalexternalallow? : Permissions | null | undefined
The bitwise value of all allowed permissionsSee https://en.wikipedia.org/wiki/Bit_field "0"
Inherited from: RESTPutAPIChannelPermissionJSONBody
optionalexternaldeny? : Permissions | null | undefined
The bitwise value of all disallowed permissionsSee https://en.wikipedia.org/wiki/Bit_field "0"
Inherited from: RESTPutAPIChannelPermissionJSONBody
externaltype : OverwriteType
0 for a role or 1 for a member
Inherited from: RESTPutAPIChannelPermissionJSONBody