import { UnitOfWorkBase, Value } from 'lite-ts'; export type DbValueServiceUpdateOption = { uow: UnitOfWorkBase; values: Value[]; } | Value[];