Type Alias KSGiftedSubRoleUpsertArgs<ExtArgs>

KSGiftedSubRoleUpsertArgs<ExtArgs>: {
    create: XOR<KSGiftedSubRoleCreateInput, KSGiftedSubRoleUncheckedCreateInput>;
    include?: KSGiftedSubRoleInclude<ExtArgs> | null;
    omit?: KSGiftedSubRoleOmit<ExtArgs> | null;
    select?: KSGiftedSubRoleSelect<ExtArgs> | null;
    update: XOR<KSGiftedSubRoleUpdateInput, KSGiftedSubRoleUncheckedUpdateInput>;
    where: KSGiftedSubRoleWhereUniqueInput;
}

KSGiftedSubRole upsert

Type Parameters

Type declaration