chore: type --> interface
This commit is contained in:
parent
6fce781794
commit
d9eeb3a1b8
2
src/service/foo.d.ts
vendored
2
src/service/foo.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
export type IFooItem = {
|
||||
export interface IFooItem {
|
||||
id: string
|
||||
name: string
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user