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