DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsScalarWhereInput

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

    Properties

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