Type alias ServiceConfiguration

ServiceConfiguration: {
    config: object;
    name: string;
}

Type declaration

  • config: object
  • name: string

    The name of the service.

Generated using TypeDoc