feat: adding level generic interface

This commit is contained in:
Chubby Granny Chaser
2025-11-29 02:19:41 +00:00
parent f41128c4c8
commit 140718764d
18 changed files with 36 additions and 24 deletions

View File

@@ -13,7 +13,9 @@ export class SystemPath {
};
static checkIfPathsAreAvailable() {
const paths = Object.keys(SystemPath.paths) as (keyof typeof SystemPath.paths)[];
const paths = Object.keys(
SystemPath.paths
) as (keyof typeof SystemPath.paths)[];
paths.forEach((pathName) => {
try {