docs: fix TypeScript type mismatch in refresh token rotation example (#13396)
Account 타입의 access_token과 expires_at이 optional인데 JWT 인터페이스는
required로 선언해 타입 불일치가 발생하는 문제 수정 (이슈 #13281)
- 미사용 `type User` import 제거
- account 블록에 access_token, expires_at 존재 여부 타입 가드 추가