IFileData.ts 74 B

1234
  1. export interface IFileData {
  2. filePath: string;
  3. content: string;
  4. }