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