FileToGenerate: { lines: string[]; path: string }

All data needed to generate a file.

Type declaration

  • lines: string[]

    The actual content of the file in lines.

  • path: string

    The path where the file should be generated.