DisBot
    Preparing search index...

    Type Alias ReactionRoleButtonCreateOrConnectWithoutGuildReactionRolesInput

    type ReactionRoleButtonCreateOrConnectWithoutGuildReactionRolesInput = {
        create: XOR<
            ReactionRoleButtonCreateWithoutGuildReactionRolesInput,
            ReactionRoleButtonUncheckedCreateWithoutGuildReactionRolesInput,
        >;
        where: ReactionRoleButtonWhereUniqueInput;
    }
    Index

    Properties

    Properties