Type Alias TWSCurrentlyLiveCreateArgs<ExtArgs>

TWSCurrentlyLiveCreateArgs<ExtArgs>: {
    data: XOR<TWSCurrentlyLiveCreateInput, TWSCurrentlyLiveUncheckedCreateInput>;
    include?: TWSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: TWSCurrentlyLiveOmit<ExtArgs> | null;
    select?: TWSCurrentlyLiveSelect<ExtArgs> | null;
}

TWSCurrentlyLive create

Type Parameters

Type declaration