DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsScalarWhereWithAggregatesInput

    type GuildTwitchNotificationsScalarWhereWithAggregatesInput = {
        AND?:
            | GuildTwitchNotificationsScalarWhereWithAggregatesInput
            | GuildTwitchNotificationsScalarWhereWithAggregatesInput[];
        ChannelId?: StringWithAggregatesFilter<"GuildTwitchNotifications">
        | string;
        GuildId?: StringWithAggregatesFilter<"GuildTwitchNotifications"> | string;
        Id?: IntWithAggregatesFilter<"GuildTwitchNotifications"> | number;
        Live?: BoolWithAggregatesFilter<"GuildTwitchNotifications"> | boolean;
        MessageTemplateId?:
            | StringWithAggregatesFilter<"GuildTwitchNotifications">
            | string;
        NOT?:
            | GuildTwitchNotificationsScalarWhereWithAggregatesInput
            | GuildTwitchNotificationsScalarWhereWithAggregatesInput[];
        OR?: GuildTwitchNotificationsScalarWhereWithAggregatesInput[];
        PingRoles?: StringNullableListFilter<"GuildTwitchNotifications">;
        TwitchChannelName?:
            | StringWithAggregatesFilter<"GuildTwitchNotifications">
            | string;
        UUID?: StringWithAggregatesFilter<"GuildTwitchNotifications"> | string;
    }
    Index

    Properties

    ChannelId?: StringWithAggregatesFilter<"GuildTwitchNotifications"> | string
    GuildId?: StringWithAggregatesFilter<"GuildTwitchNotifications"> | string
    Id?: IntWithAggregatesFilter<"GuildTwitchNotifications"> | number
    Live?: BoolWithAggregatesFilter<"GuildTwitchNotifications"> | boolean
    MessageTemplateId?:
        | StringWithAggregatesFilter<"GuildTwitchNotifications">
        | string
    PingRoles?: StringNullableListFilter<"GuildTwitchNotifications">
    TwitchChannelName?:
        | StringWithAggregatesFilter<"GuildTwitchNotifications">
        | string
    UUID?: StringWithAggregatesFilter<"GuildTwitchNotifications"> | string