11 lines
		
	
	
		
			159 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			159 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| export type SignalDataType = {
 | |
|   key: string;
 | |
|   value: string;
 | |
| };
 | |
| 
 | |
| 
 | |
| export interface Response {
 | |
|   serialNumber: string
 | |
|   data: string
 | |
|   isForwordHttp: string
 | |
| } |