Interface OverwriteOptions

interface OverwriteOptions {
    allow?: null | string | bigint;
    deny?: null | string | bigint;
    id: string;
    type: OverwriteTypes;
}

Properties

Properties

allow?: null | string | bigint

The permissions to allow.

deny?: null | string | bigint

The permissions to deny.

id: string

The ID of the user or role to apply the permissions to.

0 for role, 1 for user.