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

This commit is contained in:
2022-03-26 00:04:18 +09:00
parent da3c171c53
commit 75c7f5246a
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
})
}
*/