DisBot
    Preparing search index...

    Type Alias ReactionRoleSelectmenuCreateOrConnectWithoutGuildReactionRolesInput

    type ReactionRoleSelectmenuCreateOrConnectWithoutGuildReactionRolesInput = {
        create: XOR<
            ReactionRoleSelectmenuCreateWithoutGuildReactionRolesInput,
            ReactionRoleSelectmenuUncheckedCreateWithoutGuildReactionRolesInput,
        >;
        where: ReactionRoleSelectmenuWhereUniqueInput;
    }
    Index

    Properties

    Properties