Type Alias WSCurrentlyLiveUncheckedCreateInput

WSCurrentlyLiveUncheckedCreateInput: {
    channelId?: string | null;
    correct?: boolean | null;
    dbId?: string;
    messageId?: string | null;
    whatnotStreamerId: string;
}