Skip to content

Commit

Permalink
Update the config.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Dec 2, 2022
1 parent 1985f6b commit e1c82b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/config.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
// eslint-disable-next-line import/prefer-default-export
export const LANGUAGES: string[];

export const LANGUAGES_SSR: string[];

export const LANGUAGES_IN_PROGRESS: string[];

export const LANGUAGES_IGNORE_PAGES: (pathname: string) => boolean;

0 comments on commit e1c82b3

Please sign in to comment.