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