api 타입 시스템 준비 완료

This commit is contained in:
2023-08-06 12:38:38 +00:00
parent 5e216e5f67
commit 257644aff7
6 changed files with 25 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { structure } from "../apiStructure/sammoRootAPI";
import type { APINamespaceType } from "./defs";
import { Login } from "./Login";
export const sammoRootAPI = {
Login,
} satisfies APINamespaceType<typeof structure>;