FileRef and EntryRef typedefs
This commit is contained in:
@@ -3,5 +3,5 @@ package nat;
|
||||
typedef Entry = {
|
||||
id:String,
|
||||
components:Map<String, String>,
|
||||
files:Array<String>
|
||||
files:Array<FileRef>
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user