import { BaseType } from "./BaseType"; export class ConstructorType extends BaseType { public getId(): string { return "constructor"; } }