UNPKG
@filesrocket/local
Version:
latest (1.2.2)
1.2.2
1.2.1
Filesrocket service that manages your files locally
filesrocket.com
@filesrocket/local
/
lib
/
declarations.d.ts
7 lines
(6 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Pagination
}
from
'@filesrocket/core'
;
export
interface
Options
{
pagination
:
Pagination
;
directory
:
string
;
host
:
string
; }