UNPKG
gs-download
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
0.0.1
Downloader of Genius Scan PDFs files
github.com/Prevole/gs-download
Prevole/gs-download
gs-download
/
dist
/
models
/
file-info.model.d.ts
8 lines
(7 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
default
class
FileInfo
{
readonly
uid
:
string
;
readonly
name
:
string
;
readonly
simplifiedName
:
string
;
readonly
labeledName
:
string
;
constructor
(
uid
:
string
,
name
:
string
); }