feat: adding level generic interface

This commit is contained in:
Chubby Granny Chaser
2025-11-29 02:19:21 +00:00
parent 59b3fb5317
commit f41128c4c8
48 changed files with 720 additions and 175 deletions

View File

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