Type Alias YTSCurrentlyLiveDeleteArgs<ExtArgs>

YTSCurrentlyLiveDeleteArgs<ExtArgs>: {
    include?: YTSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: YTSCurrentlyLiveOmit<ExtArgs> | null;
    select?: YTSCurrentlyLiveSelect<ExtArgs> | null;
    where: YTSCurrentlyLiveWhereUniqueInput;
}

YTSCurrentlyLive delete

Type Parameters

Type declaration