interface GuildChannelOverwriteOptions {
    reason?: string;
    type?: OverwriteType;
}

Properties

Properties

reason?: string