type alias constructorimport { type constructor } from "https://deno.land/x/alosaur@v0.29.0/src/injection/types/index.ts"; Constructor type Type ParametersTdefinition: { new (...args: any[]): T; }