Type Alias KSGiftedSubRoleUpdateManyAndReturnArgs<ExtArgs>

KSGiftedSubRoleUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<KSGiftedSubRoleUpdateManyMutationInput, KSGiftedSubRoleUncheckedUpdateManyInput>;
    include?: KSGiftedSubRoleIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: KSGiftedSubRoleOmit<ExtArgs> | null;
    select?: KSGiftedSubRoleSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: KSGiftedSubRoleWhereInput;
}

KSGiftedSubRole updateManyAndReturn

Type Parameters

Type declaration