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.

analyzeTypeProperties

Summary

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

Signature

analyzeTypeProperties(type: string, description?: string, propertyPath?: string): PropertyInfo;

Parameters

type

Type:string

description

Type:string Optional: Yes

propertyPath

Type:string Optional: Yes

Returns

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