type alias Constructableimport { type Constructable } from "https://deno.land/x/pubsub@0.0.6/pubsub.ts"; Type ParametersTdefinition: { new (): T; }