KSCurrentlyLiveWhereUniqueInput: Prisma.AtLeast<{
    AND?: KSCurrentlyLiveWhereInput | KSCurrentlyLiveWhereInput[];
    NOT?: KSCurrentlyLiveWhereInput | KSCurrentlyLiveWhereInput[];
    OR?: KSCurrentlyLiveWhereInput[];
    channelId?: StringNullableFilter<"KSCurrentlyLive"> | string | null;
    correct?: BoolNullableFilter<"KSCurrentlyLive"> | boolean | null;
    dbId?: string;
    kickStreamer?: XOR<KickStreamerNullableScalarRelationFilter, KickStreamerWhereInput> | null;
    kickStreamerId?: string;
    messageId?: StringNullableFilter<"KSCurrentlyLive"> | string | null;
}, "dbId" | "kickStreamerId">