Discord.https - v3.0.16
    Preparing search index...

    Interface RESTAPIGuildCreateOverwrite

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

    Hierarchy (View Summary)

    Index

    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