hx/service/foo.d.ts

5 lines
58 B
TypeScript

export interface IFooItem {
id: string
name: string
}