Type Alias TWSCurrentlyLiveUpsertArgs<ExtArgs>

TWSCurrentlyLiveUpsertArgs<ExtArgs>: {
    create: XOR<TWSCurrentlyLiveCreateInput, TWSCurrentlyLiveUncheckedCreateInput>;
    include?: TWSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: TWSCurrentlyLiveOmit<ExtArgs> | null;
    select?: TWSCurrentlyLiveSelect<ExtArgs> | null;
    update: XOR<TWSCurrentlyLiveUpdateInput, TWSCurrentlyLiveUncheckedUpdateInput>;
    where: TWSCurrentlyLiveWhereUniqueInput;
}

TWSCurrentlyLive upsert

Type Parameters

Type declaration