Skip to content

Commit f754402

Browse files
feat(Cocoon): Add IFileSystemService interface export
Add a new interface file at Source/Interfaces/IFileSystemService.ts that re-exports the IFileSystemService from the Services module. This provides a clean interface module location for file system operations. The Target/ directory contains the compiled JavaScript output from this TypeScript interface file.
1 parent 664b90c commit f754402

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { IFileSystemService } from "../Services/FileSystemService.js";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import{IFileSystemService as i}from"../Services/FileSystemService.js";export{i as IFileSystemService};

0 commit comments

Comments
 (0)