Type Alias $WSCurrentlyLivePayload<ExtArgs>

$WSCurrentlyLivePayload<ExtArgs>: {
    composites: {};
    name: "WSCurrentlyLive";
    objects: {
        whatnotStreamer: $WhatnotStreamerPayload<ExtArgs> | null;
    };
    scalars: GetPayloadResult<{
        channelId: string | null;
        correct: boolean | null;
        dbId: string;
        messageId: string | null;
        whatnotStreamerId: string;
    }, ExtArgs["result"]["wSCurrentlyLive"]>;
}

Type Parameters