DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsWhereInput

    type GuildYoutubeNotificationsWhereInput = {
        AND?:
            | GuildYoutubeNotificationsWhereInput
            | GuildYoutubeNotificationsWhereInput[];
        ChannelId?: StringFilter<"GuildYoutubeNotifications">
        | string;
        GuildId?: StringFilter<"GuildYoutubeNotifications"> | string;
        Guilds?: XOR<GuildsScalarRelationFilter, GuildsWhereInput>;
        Id?: IntFilter<"GuildYoutubeNotifications"> | number;
        Latest?: StringNullableListFilter<"GuildYoutubeNotifications">;
        MessageTemplateId?: StringFilter<"GuildYoutubeNotifications"> | string;
        NOT?:
            | GuildYoutubeNotificationsWhereInput
            | GuildYoutubeNotificationsWhereInput[];
        OR?: GuildYoutubeNotificationsWhereInput[];
        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