TSCurrentlyLiveWhereUniqueInput: Prisma.AtLeast<{
    AND?: TSCurrentlyLiveWhereInput | TSCurrentlyLiveWhereInput[];
    NOT?: TSCurrentlyLiveWhereInput | TSCurrentlyLiveWhereInput[];
    OR?: TSCurrentlyLiveWhereInput[];
    channelId?: StringNullableFilter<"TSCurrentlyLive"> | string | null;
    correct?: BoolNullableFilter<"TSCurrentlyLive"> | boolean | null;
    dbId?: string;
    messageId?: StringNullableFilter<"TSCurrentlyLive"> | string | null;
    twitchStreamer?: XOR<TwitchStreamerNullableScalarRelationFilter, TwitchStreamerWhereInput> | null;
    twitchStreamerId?: string;
}, "dbId" | "twitchStreamerId">