Type Alias $RSCurrentlyLivePayload<ExtArgs>

$RSCurrentlyLivePayload<ExtArgs>: {
    composites: {};
    name: "RSCurrentlyLive";
    objects: {
        rumbleStreamer: $RumbleStreamerPayload<ExtArgs> | null;
    };
    scalars: GetPayloadResult<{
        channelId: string | null;
        correct: boolean | null;
        dbId: string;
        messageId: string | null;
        rumbleStreamerId: string;
    }, ExtArgs["result"]["rSCurrentlyLive"]>;
}

Type Parameters