Type Alias WSCurrentlyLiveDeleteArgs<ExtArgs>

WSCurrentlyLiveDeleteArgs<ExtArgs>: {
    include?: WSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: WSCurrentlyLiveOmit<ExtArgs> | null;
    select?: WSCurrentlyLiveSelect<ExtArgs> | null;
    where: WSCurrentlyLiveWhereUniqueInput;
}

WSCurrentlyLive delete

Type Parameters

Type declaration