This commit is contained in:
2023-08-08 17:46:39 +00:00
parent e381dd5a7e
commit 13d9662439
10 changed files with 193 additions and 214 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { APINamespace, APINamespaceType, ngGET } from "../defs";
import { type APINamespaceType, ngGET } from "../defs";
import type { structure } from "../../apiStructure/sammoRootAPI";
import type { DefAPINamespace, ExtractError, ExtractQuery, ExtractResponse } from "../../apiStructure/defs";
import { StartSession } from "../ProcDecorator/StartSession";