mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Implemented strict mode for the project (broken tests, hundreds of @ts-ignore and new errors are included) [skip ci]
This commit is contained in:
committed by
SleepWalker
parent
10e8b77acf
commit
96049ad4ad
13
packages/app/i18n/index.d.ts
vendored
Normal file
13
packages/app/i18n/index.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
declare module 'app/i18n' {
|
||||
export interface Locale {
|
||||
code: string;
|
||||
name: string;
|
||||
englishName: string;
|
||||
progress: number;
|
||||
isReleased: boolean;
|
||||
}
|
||||
|
||||
const LANGS: Record<string, Locale>;
|
||||
|
||||
export default LANGS;
|
||||
}
|
Reference in New Issue
Block a user