Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceUpdate<I, O>

Data related to a service update.

Type parameters

  • I

  • O

Hierarchy

  • ServiceUpdate

Index

Properties

Readonly previousMappedService

previousMappedService: O

The previously mapped service.

Readonly previousService

previousService: I

The previous service.

Readonly service

service: I

The updated service.

Generated using TypeDoc