DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsWhereUniqueInput

    GuildYoutubeNotificationsWhereUniqueInput: AtLeast<
        {
            AND?: | GuildYoutubeNotificationsWhereInput
            | GuildYoutubeNotificationsWhereInput[];
            ChannelId?: StringFilter<"GuildYoutubeNotifications">
            | string;
            GuildId?: StringFilter<"GuildYoutubeNotifications"> | string;
            Guilds?: XOR<GuildsScalarRelationFilter, GuildsWhereInput>;
            Id?: number;
            Latest?: StringNullableListFilter<"GuildYoutubeNotifications">;
            MessageTemplateId?: StringFilter<"GuildYoutubeNotifications"> | string;
            NOT?:
                | GuildYoutubeNotificationsWhereInput
                | GuildYoutubeNotificationsWhereInput[];
            OR?: GuildYoutubeNotificationsWhereInput[];
            PingRoles?: StringNullableListFilter<"GuildYoutubeNotifications">;
            UUID?: string;
            YoutubeChannelId?: StringFilter<"GuildYoutubeNotifications"> | string;
        },
        "Id"
        | "UUID",
    >