Skip to content

Commit

Permalink
Update src/module.ts
Browse files Browse the repository at this point in the history
Co-authored-by: kazuya kawaguchi <[email protected]>
  • Loading branch information
ineshbose and kazupon committed Mar 11, 2023
1 parent b22cb7f commit 528d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Expand Up @@ -297,7 +297,7 @@ declare module '#app' {
initialSetup: boolean
context: Context
}
) => MaybePromise<void>
) => MaybePromise<string | void>
'i18n:localeSwitched': (params: LocaleSwitch) => MaybePromise<void>
}
}

0 comments on commit 528d7a7

Please sign in to comment.