subject-two/entry/src/main/ets/model/SignDisplay.ets

11 lines
159 B
Plaintext
Raw Normal View History

2024-07-02 11:10:33 +08:00
export type SignalDataType = {
key: string;
value: string;
2024-07-31 13:47:40 +08:00
};
2025-02-28 10:46:28 +08:00
export interface Response {
serialNumber: string
data: string
isForwordHttp: string
}