Skip to content

Commit 0db0bf4

Browse files
committed
Enable returning undefined in deriveEntryForLocale
1 parent 636aded commit 0db0bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export interface IDeriveLinkedEntriesConfig {
377377
deriveEntryForLocale: (
378378
inputFields: ContentFields,
379379
locale: string
380-
) => { [field: string]: any };
380+
) => { [field: string]: any } | undefined;
381381
}
382382

383383
/**

0 commit comments

Comments
 (0)