chore: type --> interface
This commit is contained in:
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user