mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +02:00
Fix all remaining biome lints
This commit is contained in:
parent
61c75de46f
commit
f1988cf237
4
src/@types/i18next.d.ts
vendored
4
src/@types/i18next.d.ts
vendored
@ -2,5 +2,7 @@ import type { TOptions } from "i18next";
|
||||
|
||||
// Module declared to make referencing keys in the localization files type-safe.
|
||||
declare module "i18next" {
|
||||
type TFunction = (key: string | string[], options?: TOptions & Record<string, unknown>) => string
|
||||
interface TFunction {
|
||||
(key: string | string[], options?: TOptions & Record<string, unknown>): string;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user