feat: added work with config toml

This commit is contained in:
Arduinum
2026-05-14 22:49:08 +03:00
committed by Arduinum628
parent 5b52549404
commit d56c983901
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
//** Тип для конфига */
export type Config = {
sound: {
sound_id: string;
}
}