ソースを参照

chore: type --> interface

菲鸽 2 年 前
コミット
d9eeb3a1b8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/service/foo.d.ts

+ 1 - 1
src/service/foo.d.ts

@@ -1,4 +1,4 @@
-export type IFooItem = {
+export interface IFooItem {
   id: string
   name: string
 }