DisBot
    Preparing search index...

    Type Alias ReactionRoleButtonScalarWhereWithAggregatesInput

    type ReactionRoleButtonScalarWhereWithAggregatesInput = {
        AND?:
            | ReactionRoleButtonScalarWhereWithAggregatesInput
            | ReactionRoleButtonScalarWhereWithAggregatesInput[];
        Emoji?: | StringNullableWithAggregatesFilter<"ReactionRoleButton">
        | string
        | null;
        GuildReactionRoleId?:
            | StringWithAggregatesFilter<"ReactionRoleButton">
            | string;
        Id?: IntWithAggregatesFilter<"ReactionRoleButton"> | number;
        Label?:
            | StringNullableWithAggregatesFilter<"ReactionRoleButton">
            | string
            | null;
        NOT?:
            | ReactionRoleButtonScalarWhereWithAggregatesInput
            | ReactionRoleButtonScalarWhereWithAggregatesInput[];
        OR?: ReactionRoleButtonScalarWhereWithAggregatesInput[];
        Type?: | StringNullableWithAggregatesFilter<"ReactionRoleButton">
        | string
        | null;
    }
    Index

    Properties

    Emoji?: StringNullableWithAggregatesFilter<"ReactionRoleButton"> | string | null
    GuildReactionRoleId?: StringWithAggregatesFilter<"ReactionRoleButton"> | string
    Id?: IntWithAggregatesFilter<"ReactionRoleButton"> | number
    Label?: StringNullableWithAggregatesFilter<"ReactionRoleButton"> | string | null
    Type?: StringNullableWithAggregatesFilter<"ReactionRoleButton"> | string | null