실수 ㅜㅜ

This commit is contained in:
2023-09-24 06:11:28 +00:00
parent 3687d597c4
commit bd6158c0bc
-3
View File
@@ -1,7 +1,4 @@
//Type 정의
import { type } from "os";
export type GeneralID = number & { zz_t?: "GeneralID" };
export type GeneralName = string & { zz_t?: "GeneralName" };