diff options
Diffstat (limited to 'src/i18n/i18n-types.ts')
| -rw-r--r-- | src/i18n/i18n-types.ts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/i18n/i18n-types.ts b/src/i18n/i18n-types.ts index 52b1fd2..c04e615 100644 --- a/src/i18n/i18n-types.ts +++ b/src/i18n/i18n-types.ts @@ -32,6 +32,12 @@ type RootTranslation = { */ phoneTitle: string } + meta: { + /** + * Auroraklinikken provides cetamine treatment for depression in Oslo + */ + description: string + } /** * Go to booking */ @@ -65,6 +71,12 @@ export type TranslationFunctions = { */ phoneTitle: () => LocalizedString } + meta: { + /** + * Auroraklinikken provides cetamine treatment for depression in Oslo + */ + description: () => LocalizedString + } /** * Go to booking */ |
