UNPKG
ali-flmngr-server-fixed
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
> Node.js Backend for Flmngr file manager
ali-flmngr-server-fixed
/
dist
/
lib
/
action
/
resp
/
RespUploadCommit.d.ts
6 lines
(5 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
RespOk
}
from
"../../action/resp/RespOk"
;
import
{
FileData
}
from
"../../action/resp/FileData"
;
export
declare
class
RespUploadCommit
extends
RespOk
{
"files"
:
FileData
[]; }