export interface RESTAPIGuildCreateOverwrite extends RESTPutAPIChannelPermissionJSONBody
optionalexternalPermissions | null | undefined = "0" allow? :
The bitwise value of all allowed permissions
Inherited from: RESTPutAPIChannelPermissionJSONBody
See also: https://en.wikipedia.org/wiki/Bit_field
optionalexternalPermissions | null | undefined = "0" deny? :
The bitwise value of all disallowed permissions
Inherited from: RESTPutAPIChannelPermissionJSONBody
See also: https://en.wikipedia.org/wiki/Bit_field
externalOverwriteType type :
0
for a role or 1
for a member
Inherited from: RESTPutAPIChannelPermissionJSONBody