FileRef and EntryRef typedefs

This commit is contained in:
2021-09-17 23:09:53 -06:00
parent 6bde91857c
commit 96d6acf48f
4 changed files with 8 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ package nat;
typedef Entry = {
id:String,
components:Map<String, String>,
files:Array<String>
files:Array<FileRef>
};