DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsScalarWhereInput

    type GuildTwitchNotificationsScalarWhereInput = {
        AND?:
            | GuildTwitchNotificationsScalarWhereInput
            | GuildTwitchNotificationsScalarWhereInput[];
        ChannelId?: StringFilter<"GuildTwitchNotifications">
        | string;
        GuildId?: StringFilter<"GuildTwitchNotifications"> | string;
        Id?: IntFilter<"GuildTwitchNotifications"> | number;
        Live?: BoolFilter<"GuildTwitchNotifications"> | boolean;
        MessageTemplateId?: StringFilter<"GuildTwitchNotifications"> | string;
        NOT?:
            | GuildTwitchNotificationsScalarWhereInput
            | GuildTwitchNotificationsScalarWhereInput[];
        OR?: GuildTwitchNotificationsScalarWhereInput[];
        PingRoles?: StringNullableListFilter<"GuildTwitchNotifications">;
        TwitchChannelName?: StringFilter<"GuildTwitchNotifications"> | string;
        UUID?: StringFilter<"GuildTwitchNotifications"> | string;
    }
    Index

    Properties

    ChannelId?: StringFilter<"GuildTwitchNotifications"> | string
    GuildId?: StringFilter<"GuildTwitchNotifications"> | string
    Id?: IntFilter<"GuildTwitchNotifications"> | number
    Live?: BoolFilter<"GuildTwitchNotifications"> | boolean
    MessageTemplateId?: StringFilter<"GuildTwitchNotifications"> | string
    PingRoles?: StringNullableListFilter<"GuildTwitchNotifications">
    TwitchChannelName?: StringFilter<"GuildTwitchNotifications"> | string
    UUID?: StringFilter<"GuildTwitchNotifications"> | string