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

    Interface APIOverwrite

    interface APIOverwrite {
        allow: string;
        deny: string;
        id: string;
        type: OverwriteType;
    }
    Index

    Properties

    Properties

    allow: string

    Permission bit set

    deny: string

    Permission bit set

    id: string

    Role or user id

    Either 0 (role) or 1 (member)