import { type ClassDef } from "https://deno.land/x/deno_doc@0.88.0/types.d.ts";
Properties
constructors: ClassConstructorDef[]
properties: ClassPropertyDef[]
indexSignatures: ClassIndexSignatureDef[]
methods: ClassMethodDef[]
implements: TsTypeDef[]
typeParams: TsTypeParamDef[]
superTypeParams: TsTypeDef[]
optional
decorators: DecoratorDef[]