Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthorInteractor

Interactor for Author entity

Hierarchy

  • AuthorInteractor

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    Returns AuthorInteractor

Properties

_entity

_entity: Author

Methods

update

  • Update Author

    Parameters

    • fieldsToUpdate: Partial<Omit<Author, "id">>

      Field to be updated

    Returns Author

    New updated Author object

Generated using TypeDoc