Type Alias KSCurrentlyLiveDeleteArgs<ExtArgs>

KSCurrentlyLiveDeleteArgs<ExtArgs>: {
    include?: KSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: KSCurrentlyLiveOmit<ExtArgs> | null;
    select?: KSCurrentlyLiveSelect<ExtArgs> | null;
    where: KSCurrentlyLiveWhereUniqueInput;
}

KSCurrentlyLive delete

Type Parameters

Type declaration