WSCurrentlyLiveWhereUniqueInput: Prisma.AtLeast<{
    AND?: WSCurrentlyLiveWhereInput | WSCurrentlyLiveWhereInput[];
    NOT?: WSCurrentlyLiveWhereInput | WSCurrentlyLiveWhereInput[];
    OR?: WSCurrentlyLiveWhereInput[];
    channelId?: StringNullableFilter<"WSCurrentlyLive"> | string | null;
    correct?: BoolNullableFilter<"WSCurrentlyLive"> | boolean | null;
    dbId?: string;
    messageId?: StringNullableFilter<"WSCurrentlyLive"> | string | null;
    whatnotStreamer?: XOR<WhatnotStreamerNullableScalarRelationFilter, WhatnotStreamerWhereInput> | null;
    whatnotStreamerId?: string;
}, "dbId" | "whatnotStreamerId">