Type Alias WSCurrentlyLiveUpsertArgs<ExtArgs>

WSCurrentlyLiveUpsertArgs<ExtArgs>: {
    create: XOR<WSCurrentlyLiveCreateInput, WSCurrentlyLiveUncheckedCreateInput>;
    include?: WSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: WSCurrentlyLiveOmit<ExtArgs> | null;
    select?: WSCurrentlyLiveSelect<ExtArgs> | null;
    update: XOR<WSCurrentlyLiveUpdateInput, WSCurrentlyLiveUncheckedUpdateInput>;
    where: WSCurrentlyLiveWhereUniqueInput;
}

WSCurrentlyLive upsert

Type Parameters

Type declaration