Type Alias KSCurrentlyLiveDefaultArgs<ExtArgs>

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

KSCurrentlyLive without action

Type Parameters

Type declaration