We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41e43a commit c674440Copy full SHA for c674440
packages/decap-cms-core/src/types/redux.ts
@@ -527,6 +527,8 @@ export type EntryObject = {
527
slug: string;
528
// eslint-disable-next-line @typescript-eslint/no-explicit-any
529
data: any;
530
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
531
+ i18n?: any;
532
collection: string;
533
mediaFiles: List<MediaFileMap>;
534
newRecord: boolean;
0 commit comments