TwitchStreamerWhereInput: {
    AND?: TwitchStreamerWhereInput | TwitchStreamerWhereInput[];
    NOT?: TwitchStreamerWhereInput | TwitchStreamerWhereInput[];
    OR?: TwitchStreamerWhereInput[];
    autoPublishIfAnnouncmentChannel?: BoolNullableFilter<"TwitchStreamer"> | boolean | null;
    chatRoomId?: StringNullableFilter<"TwitchStreamer"> | string | null;
    customCoolDownBeforeNextLive?: IntNullableFilter<"TwitchStreamer"> | number | null;
    customMessages?: TSCustomMessageListRelationFilter;
    dbId?: StringFilter<"TwitchStreamer"> | string;
    deleteEmbeds?: BoolNullableFilter<"TwitchStreamer"> | boolean | null;
    guildId?: StringFilter<"TwitchStreamer"> | string;
    isCurrentlyLive?: XOR<TSCurrentlyLiveNullableScalarRelationFilter, TSCurrentlyLiveWhereInput> | null;
    lastLive?:
        | DateTimeNullableFilter<"TwitchStreamer">
        | Date
        | string
        | null;
    liveRoleId?: StringNullableFilter<"TwitchStreamer"> | string | null;
    notificationChannelId?: StringNullableFilter<"TwitchStreamer"> | string | null;
    pingRoleId?: StringNullableFilter<"TwitchStreamer"> | string | null;
    sendOfflineMessage?: BoolNullableFilter<"TwitchStreamer"> | boolean | null;
    showNotifyButton?: BoolNullableFilter<"TwitchStreamer"> | boolean | null;
    statsChannelIds?: XOR<TSStatsChannelIdNullableScalarRelationFilter, TSStatsChannelIdWhereInput> | null;
    streamerId?: StringNullableFilter<"TwitchStreamer"> | string | null;
    streamerUserName?: StringFilter<"TwitchStreamer"> | string;
    usePerStreamerEmbeds?: BoolNullableFilter<"TwitchStreamer"> | boolean | null;
    usersForLiveRole?: StringNullableListFilter<"TwitchStreamer">;
    usersWhoHaveLiveRole?: StringNullableListFilter<"TwitchStreamer">;
}