Type Alias YTSCurrentlyLiveCreateArgs<ExtArgs>

YTSCurrentlyLiveCreateArgs<ExtArgs>: {
    data: XOR<YTSCurrentlyLiveCreateInput, YTSCurrentlyLiveUncheckedCreateInput>;
    include?: YTSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: YTSCurrentlyLiveOmit<ExtArgs> | null;
    select?: YTSCurrentlyLiveSelect<ExtArgs> | null;
}

YTSCurrentlyLive create

Type Parameters

Type declaration