Skip to content

Commit

Permalink
Enable returning undefined in deriveEntryForLocale
Browse files Browse the repository at this point in the history
  • Loading branch information
zofiag committed Jul 25, 2019
1 parent 636aded commit 0db0bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export interface IDeriveLinkedEntriesConfig {
deriveEntryForLocale: (
inputFields: ContentFields,
locale: string
) => { [field: string]: any };
) => { [field: string]: any } | undefined;
}

/**
Expand Down

0 comments on commit 0db0bf4

Please sign in to comment.