interface ServiceInfo

Information regarding a service instance provided by a ServiceProvider.

Properties

readonly
optional
service: unknown

Optional, a service in the Context.

readonly
commands: ReadonlyArray<Command>

Zero or more Command instances related to the service which should be registered.

Usage

import { type ServiceInfo } from ".";