Type alias FileContentWithPath

FileContentWithPath: {
    fileContent: string;
    filePath: string;
}

Type declaration

  • fileContent: string
  • filePath: string

Generated using TypeDoc