diff --git a/meilisearch/types.ts b/meilisearch/types.ts index 6154d85..7fa3cc3 100644 --- a/meilisearch/types.ts +++ b/meilisearch/types.ts @@ -17,6 +17,7 @@ export type MeiliDocument = { languages: string[]; title?: string; content?: string; + updatedAt?: number; } & ( | { type: Collections.Collectibles;