Added updatedAt to Meilisearch document type

This commit is contained in:
DrMint 2024-07-13 14:37:54 +02:00
parent fefdc70e07
commit fb2617b910
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ export type MeiliDocument = {
languages: string[];
title?: string;
content?: string;
updatedAt?: number;
} & (
| {
type: Collections.Collectibles;