mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-18 08:47:24 +02:00
🧑💻 Update i18next types (#1453)
This commit is contained in:
parent
ca207a913e
commit
40df1ff9da
7 changed files with 17 additions and 30 deletions
|
@ -9,7 +9,7 @@ export type EmailContext = {
|
|||
domain: string;
|
||||
supportEmail: string;
|
||||
i18n: I18nInstance;
|
||||
t: TFunction;
|
||||
t: TFunction<"emails", undefined, "emails">;
|
||||
};
|
||||
|
||||
export type TemplateName = keyof EmailTemplates;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue