DisBot
    Preparing search index...

    Type Alias GiveawaysScalarWhereWithAggregatesInput

    type GiveawaysScalarWhereWithAggregatesInput = {
        AND?:
            | GiveawaysScalarWhereWithAggregatesInput
            | GiveawaysScalarWhereWithAggregatesInput[];
        ChannelId?: StringNullableWithAggregatesFilter<"Giveaways">
        | string
        | null;
        Content?: StringNullableWithAggregatesFilter<"Giveaways"> | string | null;
        CreatedAt?: DateTimeWithAggregatesFilter<"Giveaways"> | Date | string;
        Ended?: BoolWithAggregatesFilter<"Giveaways"> | boolean;
        EndedAt?:
            | DateTimeNullableWithAggregatesFilter<"Giveaways">
            | Date
            | string
            | null;
        EndedBy?: StringNullableWithAggregatesFilter<"Giveaways"> | string | null;
        EndedMessage?:
            | StringNullableWithAggregatesFilter<"Giveaways">
            | string
            | null;
        Entrys?: StringNullableListFilter<"Giveaways">;
        GuildId?: StringWithAggregatesFilter<"Giveaways"> | string;
        HostedBy?: StringWithAggregatesFilter<"Giveaways"> | string;
        Id?: IntWithAggregatesFilter<"Giveaways"> | number;
        MessageId?: StringWithAggregatesFilter<"Giveaways"> | string;
        MessageTemplate?:
            | StringNullableWithAggregatesFilter<"Giveaways">
            | string
            | null;
        NOT?:
            | GiveawaysScalarWhereWithAggregatesInput
            | GiveawaysScalarWhereWithAggregatesInput[];
        OR?: GiveawaysScalarWhereWithAggregatesInput[];
        Paused?: BoolWithAggregatesFilter<"Giveaways">
        | boolean;
        Prize?: StringWithAggregatesFilter<"Giveaways"> | string;
        Requirements?: StringNullableListFilter<"Giveaways">;
        Rerolled?: BoolWithAggregatesFilter<"Giveaways"> | boolean;
        Time?: StringWithAggregatesFilter<"Giveaways"> | string;
        UUID?: StringWithAggregatesFilter<"Giveaways"> | string;
        WinnerIds?: StringNullableListFilter<"Giveaways">;
        WinnerMessageTemplate?:
            | StringNullableWithAggregatesFilter<"Giveaways">
            | string
            | null;
        Winners?: IntWithAggregatesFilter<"Giveaways"> | number;
    }
    Index

    Properties

    ChannelId?: StringNullableWithAggregatesFilter<"Giveaways"> | string | null
    Content?: StringNullableWithAggregatesFilter<"Giveaways"> | string | null
    CreatedAt?: DateTimeWithAggregatesFilter<"Giveaways"> | Date | string
    Ended?: BoolWithAggregatesFilter<"Giveaways"> | boolean
    EndedAt?:
        | DateTimeNullableWithAggregatesFilter<"Giveaways">
        | Date
        | string
        | null
    EndedBy?: StringNullableWithAggregatesFilter<"Giveaways"> | string | null
    EndedMessage?: StringNullableWithAggregatesFilter<"Giveaways"> | string | null
    Entrys?: StringNullableListFilter<"Giveaways">
    GuildId?: StringWithAggregatesFilter<"Giveaways"> | string
    HostedBy?: StringWithAggregatesFilter<"Giveaways"> | string
    Id?: IntWithAggregatesFilter<"Giveaways"> | number
    MessageId?: StringWithAggregatesFilter<"Giveaways"> | string
    MessageTemplate?:
        | StringNullableWithAggregatesFilter<"Giveaways">
        | string
        | null
    Paused?: BoolWithAggregatesFilter<"Giveaways"> | boolean
    Prize?: StringWithAggregatesFilter<"Giveaways"> | string
    Requirements?: StringNullableListFilter<"Giveaways">
    Rerolled?: BoolWithAggregatesFilter<"Giveaways"> | boolean
    Time?: StringWithAggregatesFilter<"Giveaways"> | string
    UUID?: StringWithAggregatesFilter<"Giveaways"> | string
    WinnerIds?: StringNullableListFilter<"Giveaways">
    WinnerMessageTemplate?:
        | StringNullableWithAggregatesFilter<"Giveaways">
        | string
        | null
    Winners?: IntWithAggregatesFilter<"Giveaways"> | number