interface InjectableOptions
Since 0.1.0

Options for Injectable.

Properties

readonly
optional
scope: ServiceScope

Lifecycle scope.

readonly
optional
token: string

Capability token to register the service under.

Usage

import { type InjectableOptions } from "decorator-plugin/src/index.ts";