반응형
https://velog.io/@zue/does-not-exist-on-type
Property 'id' does not exist on type 'string'
'string | JwtPayload' 형식에 'id' 속성이 없습니다.ts(2339)
interface IToken {
id: number;
}
const { id } = data as IToken;
반응형
'NodeJS' 카테고리의 다른 글
타입스크립트에서 세션에 커스텀 속성 사용하기 (0) | 2022.03.03 |
---|---|
next.js에서 Router를 통해 props 기능 구현 (0) | 2022.01.22 |
타입스크립트에서 jwt.sign 에러 (0) | 2022.01.22 |
npm 명령어 (0) | 2022.01.03 |
폴더 없으면 자동 생성 (0) | 2021.11.16 |