fix: APIPathGen에서 Var 모드 사용시 에러

This commit is contained in:
2022-03-26 00:04:18 +09:00
parent f50ba83d31
commit 0685d1caac
2 changed files with 32 additions and 12 deletions
+3
View File
@@ -14,6 +14,9 @@ const apiPath = {
User: StrVar<'a'|'b'>()({
Update: someFunc,
Delete: someFunc,
}),
NationInfo: NumVar({
show: someFunc
})
}
*/