UpdateByIdOptions: BaseRepositoryOptions & { allowId?: boolean }

Options for updating an entity by its id.

Type declaration

  • OptionalallowId?: boolean

    Whether or not setting the id property manually is allowed.

    false.