Type Alias TWSCurrentlyLiveDefaultArgs<ExtArgs>

TWSCurrentlyLiveDefaultArgs<ExtArgs>: {
    include?: TWSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: TWSCurrentlyLiveOmit<ExtArgs> | null;
    select?: TWSCurrentlyLiveSelect<ExtArgs> | null;
}

TWSCurrentlyLive without action

Type Parameters

Type declaration