Published onJanuary 29, 2023Schema Validation Layer (with zod)schemavalidationfrontendzodGeneric으로 타입을 넣어주는 방식은 Compile Time에서 에러가 잡히지 않기 때문에 Run Time에서 예상치 못한 문제가 발생할 수 있다. 이러한 문제를 Schema Validation Layer 를 추가하여 해결해본다.