Skip to main content

DocumentationHelper

Summary

Helper class for generating consistent documentation with Mintlify components

Signature

export declare class DocumentationHelper 

Constructors

constructor

Constructs a new instance of the class

Properties

No properties defined.

Methods

analyzeTypeProperties

Analyzes a type string and extracts property information with nested object support

extractNestedProperties

Extracts nested properties from an object literal type string

isObjectLiteral

Checks if a type string represents an object literal with properties

Events

No events defined.