import { type InjectableOptions } from "https://deno.land/x/momentum@v0.8.2/di/decorators/injectable.ts";
definition: { scope?: Scope; global?: boolean; } | { scope: Scope.Custom; scopeIdentifier: unknown; }
x/momentum/di/decorators/injectable.ts>InjectableOptions
import { type InjectableOptions } from "https://deno.land/x/momentum@v0.8.2/di/decorators/injectable.ts";