Type Alias KSCurrentlyLiveUpsertArgs<ExtArgs>

KSCurrentlyLiveUpsertArgs<ExtArgs>: {
    create: XOR<KSCurrentlyLiveCreateInput, KSCurrentlyLiveUncheckedCreateInput>;
    include?: KSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: KSCurrentlyLiveOmit<ExtArgs> | null;
    select?: KSCurrentlyLiveSelect<ExtArgs> | null;
    update: XOR<KSCurrentlyLiveUpdateInput, KSCurrentlyLiveUncheckedUpdateInput>;
    where: KSCurrentlyLiveWhereUniqueInput;
}

KSCurrentlyLive upsert

Type Parameters

Type declaration