Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

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.