forked from circlecloud/tera
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;
|
||||
}
|
||||
Reference in New Issue
Block a user