DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsScalarWhereWithAggregatesInput

    type GuildYoutubeNotificationsScalarWhereWithAggregatesInput = {
        AND?:
            | GuildYoutubeNotificationsScalarWhereWithAggregatesInput
            | GuildYoutubeNotificationsScalarWhereWithAggregatesInput[];
        ChannelId?: | StringWithAggregatesFilter<"GuildYoutubeNotifications">
        | string;
        GuildId?: StringWithAggregatesFilter<"GuildYoutubeNotifications"> | string;
        Id?: IntWithAggregatesFilter<"GuildYoutubeNotifications"> | number;
        Latest?: StringNullableListFilter<"GuildYoutubeNotifications">;
        MessageTemplateId?:
            | StringWithAggregatesFilter<"GuildYoutubeNotifications">
            | string;
        NOT?:
            | GuildYoutubeNotificationsScalarWhereWithAggregatesInput
            | GuildYoutubeNotificationsScalarWhereWithAggregatesInput[];
        OR?: GuildYoutubeNotificationsScalarWhereWithAggregatesInput[];
        PingRoles?: StringNullableListFilter<"GuildYoutubeNotifications">;
        UUID?: StringWithAggregatesFilter<"GuildYoutubeNotifications"> | string;
        YoutubeChannelId?:
            | StringWithAggregatesFilter<"GuildYoutubeNotifications">
            | string;
    }
    Index

    Properties

    ChannelId?: StringWithAggregatesFilter<"GuildYoutubeNotifications"> | string
    GuildId?: StringWithAggregatesFilter<"GuildYoutubeNotifications"> | string
    Id?: IntWithAggregatesFilter<"GuildYoutubeNotifications"> | number
    Latest?: StringNullableListFilter<"GuildYoutubeNotifications">
    MessageTemplateId?:
        | StringWithAggregatesFilter<"GuildYoutubeNotifications">
        | string
    PingRoles?: StringNullableListFilter<"GuildYoutubeNotifications">
    UUID?: StringWithAggregatesFilter<"GuildYoutubeNotifications"> | string
    YoutubeChannelId?:
        | StringWithAggregatesFilter<"GuildYoutubeNotifications">
        | string