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

5 lines
66 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
};