Type alias FileContentAndPath

FileContentAndPath: {
    fileContent: string;
    filePath: string;
}

Type declaration

  • fileContent: string
  • filePath: string

Generated using TypeDoc