diff --git a/schema-types.ts b/schema-types.ts index e17346b..caac188 100644 --- a/schema-types.ts +++ b/schema-types.ts @@ -14,6 +14,7 @@ export type BaseMessage = { id: Uuid, conversationId: Uuid, priority: Priority, + tags: Array, kind: TKind, data: TData, };