Type Alias YTSCurrentlyLiveUpsertArgs<ExtArgs>

YTSCurrentlyLiveUpsertArgs<ExtArgs>: {
    create: XOR<YTSCurrentlyLiveCreateInput, YTSCurrentlyLiveUncheckedCreateInput>;
    include?: YTSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: YTSCurrentlyLiveOmit<ExtArgs> | null;
    select?: YTSCurrentlyLiveSelect<ExtArgs> | null;
    update: XOR<YTSCurrentlyLiveUpdateInput, YTSCurrentlyLiveUncheckedUpdateInput>;
    where: YTSCurrentlyLiveWhereUniqueInput;
}

YTSCurrentlyLive upsert

Type Parameters

Type declaration