forked from circlecloud/tera
feat: add process types
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
eeb045687c
commit
6de01c7b9e
18
src/interfaces/process.ts
Normal file
18
src/interfaces/process.ts
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
interface TeraMessage {
|
||||||
|
id: string;
|
||||||
|
Name: string;
|
||||||
|
cmd: string;
|
||||||
|
addrStr: string;
|
||||||
|
message: string;
|
||||||
|
Err: TeraError
|
||||||
|
Data: any;
|
||||||
|
Params: any;
|
||||||
|
Str: string;
|
||||||
|
StrKey: string;
|
||||||
|
bFinal: boolean;
|
||||||
|
Web: boolean;
|
||||||
|
BlockNum: number;
|
||||||
|
arrContentResult: any;
|
||||||
|
ResultStr: string;
|
||||||
|
TX: string;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user