We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6ef22 commit eb461eaCopy full SHA for eb461ea
packages/i18n/src/i18n/i18n-types.ts
@@ -364,12 +364,6 @@ type RootTranslation = {
364
*/
365
viewer: string
366
}
367
- macros: {
368
- /**
369
- * Current User
370
- */
371
- '@me': string
372
- }
373
374
375
@@ -725,12 +719,6 @@ export type TranslationFunctions = {
725
719
726
720
viewer: () => LocalizedString
727
721
728
729
730
- * Current User
731
732
- '@me': () => LocalizedString
733
734
722
735
723
736
724
0 commit comments