TypScripti) 특정 값 배열
특정 값의 배열 type method = “GET” | “POST” | “DELETE” interface ConfigType{ method: method(), } any 유형의 req.method method.includes(req.method as any)
특정 값의 배열 type method = “GET” | “POST” | “DELETE” interface ConfigType{ method: method(), } any 유형의 req.method method.includes(req.method as any)