DisBot
    Preparing search index...

    Type Alias GuildReactionRolesScalarWhereWithAggregatesInput

    type GuildReactionRolesScalarWhereWithAggregatesInput = {
        AddMessage?:
            | StringNullableWithAggregatesFilter<"GuildReactionRoles">
            | string
            | null;
        AND?:
            | GuildReactionRolesScalarWhereWithAggregatesInput
            | GuildReactionRolesScalarWhereWithAggregatesInput[];
        ChannelId?: | StringNullableWithAggregatesFilter<"GuildReactionRoles">
        | string
        | null;
        Emoji?:
            | StringNullableWithAggregatesFilter<"GuildReactionRoles">
            | string
            | null;
        GuildId?: StringWithAggregatesFilter<"GuildReactionRoles"> | string;
        Id?: IntWithAggregatesFilter<"GuildReactionRoles"> | number;
        MessageId?:
            | StringNullableWithAggregatesFilter<"GuildReactionRoles">
            | string
            | null;
        NOT?:
            | GuildReactionRolesScalarWhereWithAggregatesInput
            | GuildReactionRolesScalarWhereWithAggregatesInput[];
        OR?: GuildReactionRolesScalarWhereWithAggregatesInput[];
        RemoveMessage?: | StringNullableWithAggregatesFilter<"GuildReactionRoles">
        | string
        | null;
        Roles?: StringNullableListFilter<"GuildReactionRoles">;
        UUID?: StringWithAggregatesFilter<"GuildReactionRoles"> | string;
    }
    Index

    Properties

    AddMessage?:
        | StringNullableWithAggregatesFilter<"GuildReactionRoles">
        | string
        | null
    ChannelId?:
        | StringNullableWithAggregatesFilter<"GuildReactionRoles">
        | string
        | null
    Emoji?: StringNullableWithAggregatesFilter<"GuildReactionRoles"> | string | null
    GuildId?: StringWithAggregatesFilter<"GuildReactionRoles"> | string
    Id?: IntWithAggregatesFilter<"GuildReactionRoles"> | number
    MessageId?:
        | StringNullableWithAggregatesFilter<"GuildReactionRoles">
        | string
        | null
    RemoveMessage?:
        | StringNullableWithAggregatesFilter<"GuildReactionRoles">
        | string
        | null
    Roles?: StringNullableListFilter<"GuildReactionRoles">
    UUID?: StringWithAggregatesFilter<"GuildReactionRoles"> | string