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
/
JsonCodec.d.ts
7 lines
(6 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Req
}
from
"./action/req/Req"
;
import
{
RespOk
}
from
"./action/resp/RespOk"
;
export
declare
class
JsonCodec
{
fromJson
(
json
:
string
):
Req
;
toJson
(
resp
:
RespOk
):
string
; }