type alias IoCServiceConstructorimport { type IoCServiceConstructor } from "https://deno.land/x/fathym_ioc@v0.0.13/src/ioc/ioc.ts"; Type ParametersTdefinition: { new (...args: any[]): T; }