Type Alias TSCurrentlyLiveDefaultArgs<ExtArgs>

TSCurrentlyLiveDefaultArgs<ExtArgs>: {
    include?: TSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: TSCurrentlyLiveOmit<ExtArgs> | null;
    select?: TSCurrentlyLiveSelect<ExtArgs> | null;
}

TSCurrentlyLive without action

Type Parameters

Type declaration