Added updatedAt to Meilisearch document type
This commit is contained in:
parent
fefdc70e07
commit
fb2617b910
|
@ -17,6 +17,7 @@ export type MeiliDocument = {
|
|||
languages: string[];
|
||||
title?: string;
|
||||
content?: string;
|
||||
updatedAt?: number;
|
||||
} & (
|
||||
| {
|
||||
type: Collections.Collectibles;
|
||||
|
|
Loading…
Reference in New Issue