Type Alias $TWSCurrentlyLivePayload<ExtArgs>

$TWSCurrentlyLivePayload<ExtArgs>: {
    composites: {};
    name: "TWSCurrentlyLive";
    objects: {
        twitterStreamer: $TwitterStreamerPayload<ExtArgs> | null;
    };
    scalars: GetPayloadResult<{
        channelId: string | null;
        correct: boolean | null;
        dbId: string;
        messageId: string | null;
        twitterStreamerId: string;
    }, ExtArgs["result"]["tWSCurrentlyLive"]>;
}

Type Parameters