DisBot
    Preparing search index...

    Type Alias GuildReactionRolesUpsertWithoutSelectMenuInput

    type GuildReactionRolesUpsertWithoutSelectMenuInput = {
        create: XOR<
            GuildReactionRolesCreateWithoutSelectMenuInput,
            GuildReactionRolesUncheckedCreateWithoutSelectMenuInput,
        >;
        update: XOR<
            GuildReactionRolesUpdateWithoutSelectMenuInput,
            GuildReactionRolesUncheckedUpdateWithoutSelectMenuInput,
        >;
        where?: GuildReactionRolesWhereInput;
    }
    Index

    Properties

    Properties