DisBot
    Preparing search index...

    Type Alias GuildReactionRolesCreateOrConnectWithoutSelectMenuInput

    type GuildReactionRolesCreateOrConnectWithoutSelectMenuInput = {
        create: XOR<
            GuildReactionRolesCreateWithoutSelectMenuInput,
            GuildReactionRolesUncheckedCreateWithoutSelectMenuInput,
        >;
        where: GuildReactionRolesWhereUniqueInput;
    }
    Index

    Properties

    Properties