FileContent: { content?: string; path?: string }

Content of a single file in the codebase.

Type declaration

  • Optionalcontent?: string

    The UTF-8 encoded text content of the file.

  • Optionalpath?: string

    The relative path of the file from the project root.