Files
aiot-uniapp/src/service/index/foo.d.ts

5 lines
58 B
TypeScript
Raw Normal View History

2024-02-01 15:44:40 +08:00
export interface IFooItem {
2024-02-01 15:21:36 +08:00
id: string
name: string
}