interface Overwrite {
    allow: string | bigint;
    deny: string | bigint;
    id: string;
    type: OverwriteTypes;
}

Properties

Properties

allow: string | bigint
deny: string | bigint
id: string