Type Alias WSCurrentlyLiveCreateArgs<ExtArgs>

WSCurrentlyLiveCreateArgs<ExtArgs>: {
    data: XOR<WSCurrentlyLiveCreateInput, WSCurrentlyLiveUncheckedCreateInput>;
    include?: WSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: WSCurrentlyLiveOmit<ExtArgs> | null;
    select?: WSCurrentlyLiveSelect<ExtArgs> | null;
}

WSCurrentlyLive create

Type Parameters

Type declaration