Files
kiss-vscode/projects/nat-archive-tool/src/nat/Entry.hx

8 lines
111 B
Haxe

package nat;
typedef Entry = {
id:String,
components:Map<String, String>,
files:Array<FileRef>
};