diff --git a/src/structs/Tag.ts b/src/structs/Tag.ts index 3e20159..669c1d8 100644 --- a/src/structs/Tag.ts +++ b/src/structs/Tag.ts @@ -1,4 +1,5 @@ export interface Tag { + name: string; question: string; answer: string; keywords: string[];