fix(s3 paths): pathing differences now correctly handled in a reducePath method.
This commit is contained in:
6
ts/interfaces.ts
Normal file
6
ts/interfaces.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Directory } from "./classes.directory.js";
|
||||
|
||||
export interface IPathDecriptor {
|
||||
path?: string;
|
||||
directory?: Directory;
|
||||
}
|
Reference in New Issue
Block a user