Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SongInteractor<T>

Interactor for Song entity

Type parameters

  • T

    creator entity

Hierarchy

  • SongInteractor

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    Returns SongInteractor

Properties

_entity

_entity: Song<T>

Methods

update

  • update(fieldsToUpdate: Partial<Omit<Song<T>, "id">>): Song<T>
  • Update Song

    Parameters

    • fieldsToUpdate: Partial<Omit<Song<T>, "id">>

      Field to be updated

    Returns Song<T>

    New updated Song object

Generated using TypeDoc