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