Przeglądaj źródła

remove unnecessary type

Shun Miyazawa 4 lat temu
rodzic
commit
8b14c39f69
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      packages/app/src/interfaces/tag.ts

+ 0 - 1
packages/app/src/interfaces/tag.ts

@@ -1,5 +1,4 @@
 export type ITag = {
-  _id: string
   name: string,
   createdAt: Date;
 }