Options
All
  • Public
  • Public/Protected
  • All
Menu

Module domain/interfaces/ServiceEntry

Index

Type aliases

ServiceEntry: ServiceSla
description

ServiceEntry uses same shape as ServiceSla.

ServiceEntryInput: { serviceNamesList: string[]; serviceSlas: ServiceSla[]; userInputs: Record<string, any>[] }
description

ServiceEntryInput is the input before creating the actual value objects.

Type declaration

  • serviceNamesList: string[]
    description

    List of service names.

  • serviceSlas: ServiceSla[]
    description

    SLAs for services.

  • userInputs: Record<string, any>[]
    description

    User-provided inputes.

Generated using TypeDoc