exupery-resources 0.3.33 → 0.3.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,10 +4,6 @@ import * as d_read_file from "../../generated/pareto/schemas/read_file/data_type
|
|
|
4
4
|
import * as d_path from "../../generated/pareto/schemas/path/data_types/source";
|
|
5
5
|
export type Node = ['file', string] | ['directory', Directory];
|
|
6
6
|
export type Directory = _et.Dictionary<Node>;
|
|
7
|
-
export type Directory_Pair = {
|
|
8
|
-
'top': Directory;
|
|
9
|
-
'bottom': Directory;
|
|
10
|
-
};
|
|
11
7
|
export type Parameters = {
|
|
12
8
|
'path': d_path.Node_Path;
|
|
13
9
|
};
|