Explorar o código

remove unnecessary type

Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
8b14c39f69
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
 }