GeneratedDoc
문서 생성 결과로 파일 경로, 내용, 상대 경로 정보를 포함해요.
시그니처
typescript
interface GeneratedDoc { filePath: StandardizedFilePath; content: string; relativePath: string }
매개변수
- filePathRequired · StandardizedFilePath
문서가 저장될 절대 파일 경로
- contentRequired · string
생성된 Markdown 내용
- relativePathRequired · string
출력 디렉토리로부터의 상대 경로