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

4 lines
65 B
Plaintext
Raw Normal View History

2024-07-02 11:10:33 +08:00
export type SignalDataType = {
key: string;
value: string;
};