Type Alias ServicesFromInjectables<Injectables>

ServicesFromInjectables<Injectables>: {
    [Name in Injectables[number]["token"]]: ReturnType<Extract<Injectables[number], {
        token: Name;
    }>>
}

Type Parameters

  • Injectables extends readonly AnyInjectable[]