Type Alias WSCurrentlyLiveDefaultArgs<ExtArgs>

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

WSCurrentlyLive without action

Type Parameters

Type declaration