interface RESTAPIGuildCreateOverwrite {
    allow?: null | string;
    deny?: null | string;
    id: string | number;
    type: OverwriteType;
}

Hierarchy (View Summary)

Properties

Properties

allow?: null | string

The bitwise value of all allowed permissions

deny?: null | string

The bitwise value of all disallowed permissions

id: string | number

0 for a role or 1 for a member