We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d5bc2 commit 9bbfb8bCopy full SHA for 9bbfb8b
types/config.d.ts
@@ -7,6 +7,7 @@ export interface ServicesGroup {
7
8
export interface Config {
9
title?: string
10
+ lang: 'en' | 'ru',
11
theme?: 'system' | 'light' | 'dark' | 'deep'
12
services: ServicesGroup[]
13
}
0 commit comments