Type Alias TSCurrentlyLiveCreateArgs<ExtArgs>

TSCurrentlyLiveCreateArgs<ExtArgs>: {
    data: XOR<TSCurrentlyLiveCreateInput, TSCurrentlyLiveUncheckedCreateInput>;
    include?: TSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: TSCurrentlyLiveOmit<ExtArgs> | null;
    select?: TSCurrentlyLiveSelect<ExtArgs> | null;
}

TSCurrentlyLive create

Type Parameters

Type declaration