UNPKG
inversitron
Version:
latest (0.5.12)
0.5.12
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.3.5
0.3.4
0.2.4
0.2.3
0.2.2
0.2.1
0.1.1
0.1.0
Simple framework based on InversifyJS
github.com/LuizFelipeM/Inversitron
LuizFelipeM/Inversitron
inversitron
/
dist
/
cli
/
interfaces
/
FilesInterfaces.d.ts
11 lines
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
FileExt
from
'../enums/fileExt'
;
export
interface
IFile
{
name
:
string
;
file
:
string
;
ext
:
FileExt
; }
export
interface
IFilesByPath
{
path
:
string
;
files
?:
IFile
[]; }
//# sourceMappingURL=FilesInterfaces.d.ts.map