Type Alias KSGiftedSubRoleUpdateArgs<ExtArgs>

KSGiftedSubRoleUpdateArgs<ExtArgs>: {
    data: XOR<KSGiftedSubRoleUpdateInput, KSGiftedSubRoleUncheckedUpdateInput>;
    include?: KSGiftedSubRoleInclude<ExtArgs> | null;
    omit?: KSGiftedSubRoleOmit<ExtArgs> | null;
    select?: KSGiftedSubRoleSelect<ExtArgs> | null;
    where: KSGiftedSubRoleWhereUniqueInput;
}

KSGiftedSubRole update

Type Parameters

Type declaration