Skip to content

Commit c674440

Browse files
committed
chore: add i18n to EntryObject type
1 parent b41e43a commit c674440

File tree

1 file changed

+2
-0
lines changed
  • packages/decap-cms-core/src/types

1 file changed

+2
-0
lines changed

packages/decap-cms-core/src/types/redux.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,8 @@ export type EntryObject = {
527527
slug: string;
528528
// eslint-disable-next-line @typescript-eslint/no-explicit-any
529529
data: any;
530+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
531+
i18n?: any;
530532
collection: string;
531533
mediaFiles: List<MediaFileMap>;
532534
newRecord: boolean;

0 commit comments

Comments
 (0)