Files
aiot-uniapp/src/service/index/foo.d.ts
2024-04-17 15:32:15 +08:00

5 lines
58 B
TypeScript

export interface IFooItem {
id: string
name: string
}