RESTPutAPIChannelPermissionJSONBody
https://discord.com/developers/docs/resources/channel#edit-channel-permissions
Signature
export interface RESTPutAPIChannelPermissionJSONBodyProperties
allow?: Permissions | null | undefined;The bitwise value of all allowed permissions See https://en.wikipedia.org/wiki/Bit_field
@default"0"
deny?: Permissions | null | undefined;The bitwise value of all disallowed permissions See https://en.wikipedia.org/wiki/Bit_field
@default"0"
type: OverwriteType;`0` for a role or `1` for a member