GeneratedDoc
문서 생성 결과로, 파일 경로·내용·상대 경로 정보를 포함해요.
시그니처
typescript
interface GeneratedDoc {
filePath: StandardizedFilePath;
content: string;
relativePath: string;
}속성
- filePathRequired · StandardizedFilePath
문서가 저장될 절대 파일 경로
- contentRequired · string
생성된 마크다운 내용
- relativePathRequired · string
출력 디렉토리 기준 상대 경로
