TypScripti) 특정 값 배열 2023년 02월 17일 by issue 쉬운 목차 Toggle 특정 값의 배열any 유형의 req.method 특정 값의 배열 type method = "GET" | "POST" | "DELETE" interface ConfigType{ method: method(), } any 유형의 req.method method.includes(req.method as any)