Type alias APIContent

APIContent: {
    document: APIDocument;
    object: string;
}

Type declaration

  • document: APIDocument
  • object: string

Generated using TypeDoc