DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsScalarWhereWithAggregatesInput

    type GuildSpotifyNotificationsScalarWhereWithAggregatesInput = {
        AND?:
            | GuildSpotifyNotificationsScalarWhereWithAggregatesInput
            | GuildSpotifyNotificationsScalarWhereWithAggregatesInput[];
        ChannelId?: | StringWithAggregatesFilter<"GuildSpotifyNotifications">
        | string;
        GuildId?: StringWithAggregatesFilter<"GuildSpotifyNotifications"> | string;
        Id?: IntWithAggregatesFilter<"GuildSpotifyNotifications"> | number;
        Latests?: StringNullableListFilter<"GuildSpotifyNotifications">;
        MessageTemplateId?:
            | StringWithAggregatesFilter<"GuildSpotifyNotifications">
            | string;
        NOT?:
            | GuildSpotifyNotificationsScalarWhereWithAggregatesInput
            | GuildSpotifyNotificationsScalarWhereWithAggregatesInput[];
        OR?: GuildSpotifyNotificationsScalarWhereWithAggregatesInput[];
        PingRoles?: StringNullableListFilter<"GuildSpotifyNotifications">;
        ShowId?: StringWithAggregatesFilter<"GuildSpotifyNotifications"> | string;
        UUID?: StringWithAggregatesFilter<"GuildSpotifyNotifications"> | string;
    }
    Index

    Properties

    ChannelId?: StringWithAggregatesFilter<"GuildSpotifyNotifications"> | string
    GuildId?: StringWithAggregatesFilter<"GuildSpotifyNotifications"> | string
    Id?: IntWithAggregatesFilter<"GuildSpotifyNotifications"> | number
    Latests?: StringNullableListFilter<"GuildSpotifyNotifications">
    MessageTemplateId?:
        | StringWithAggregatesFilter<"GuildSpotifyNotifications">
        | string
    PingRoles?: StringNullableListFilter<"GuildSpotifyNotifications">
    ShowId?: StringWithAggregatesFilter<"GuildSpotifyNotifications"> | string
    UUID?: StringWithAggregatesFilter<"GuildSpotifyNotifications"> | string