We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2be22d commit 90c5f85Copy full SHA for 90c5f85
lib/entities/locale.ts
@@ -20,7 +20,7 @@ export type LocaleProps = {
20
/**
21
* Locale code to fallback to when there is not content for the current locale
22
*/
23
- fallbackCode: string
+ fallbackCode: string | null
24
25
* If the content under this locale should be available on the CDA (for public reading)
26
0 commit comments