UNPKG
casdoor-react-sdk
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
0.0.1
React client SDK for Casdoor
github.com/casdoor/casdoor-react-sdk
casdoor/casdoor-react-sdk
casdoor-react-sdk
/
lib
/
message.d.ts
6 lines
(5 loc)
•
82 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
Message { tag:
string
;
type
:
string
; data:
string
; }