Type Alias RSCurrentlyLiveCreateArgs<ExtArgs>

RSCurrentlyLiveCreateArgs<ExtArgs>: {
    data: XOR<RSCurrentlyLiveCreateInput, RSCurrentlyLiveUncheckedCreateInput>;
    include?: RSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: RSCurrentlyLiveOmit<ExtArgs> | null;
    select?: RSCurrentlyLiveSelect<ExtArgs> | null;
}

RSCurrentlyLive create

Type Parameters

Type declaration