feat: added work with config toml
This commit is contained in:
6
client/src/types/configType.ts
Normal file
6
client/src/types/configType.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
//** Тип для конфига */
|
||||
export type Config = {
|
||||
sound: {
|
||||
sound_id: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user