Type Alias $TSCurrentlyLivePayload<ExtArgs>

$TSCurrentlyLivePayload<ExtArgs>: {
    composites: {};
    name: "TSCurrentlyLive";
    objects: {
        twitchStreamer: $TwitchStreamerPayload<ExtArgs> | null;
    };
    scalars: GetPayloadResult<{
        channelId: string | null;
        correct: boolean | null;
        dbId: string;
        messageId: string | null;
        twitchStreamerId: string;
    }, ExtArgs["result"]["tSCurrentlyLive"]>;
}

Type Parameters