##// END OF EJS Templates
Close ioc ts support branch
Close ioc ts support branch

File last commit:

r136:17c7de5d346c ioc ts support
r137:7c11f56aa2ca ioc ts support
Show More
services.ts
15 lines | 251 B | video/mp2t | TypeScriptLexer
cin
configuration draft-1
r119 import { Foo } from "./Foo";
import { Bar } from "./Bar";
import { Box } from "./Box";
/**
* Сервисы доступные внутри контейнера
*/
export interface Services {
foo: Foo;
cin
tests
r136 box: Box<Foo>;
cin
configuration draft-1
r119
host: string;
}