export type SignalDataType = {
key: string;
value: string;
};
export interface Response {
serialNumber: string
data: string
isForwordHttp: string
}