Type Alias KSRoleWithUsersUpdateManyAndReturnArgs<ExtArgs>

KSRoleWithUsersUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<KSRoleWithUsersUpdateManyMutationInput, KSRoleWithUsersUncheckedUpdateManyInput>;
    include?: KSRoleWithUsersIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: KSRoleWithUsersOmit<ExtArgs> | null;
    select?: KSRoleWithUsersSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: KSRoleWithUsersWhereInput;
}

KSRoleWithUsers updateManyAndReturn

Type Parameters

Type declaration