/** * 自動生成された型ドキュメント定義 * ts-morphを使用して生成 * このファイルを手動で編集しないでください - 'npm run generate-type-docs' を実行して再生成してください */ export interface FieldInfo { key: string; japaneseLabel: string; type: string; } export interface TypeDocumentation { typeName: string; description: string; fields: FieldInfo[]; } export declare const COMMON_METADATA_DOC: TypeDocumentation; export declare const KEY_METRICS_DOC: TypeDocumentation; export declare const LARGE_SHAREHOLDING_INFO_DOC: TypeDocumentation; export declare const QUALITATIVE_INFO_DOC: TypeDocumentation; export declare const JPPFS_COR_TAXONOMY_DOC: TypeDocumentation; export declare const JPCRP_COR_TAXONOMY_DOC: TypeDocumentation; export interface DocumentTypeResponse { documentType: string; japaneseLabel: string; description: string; responseIncludes: TypeDocumentation[]; } export declare const DOCUMENT_TYPE_RESPONSES: DocumentTypeResponse[];