export default interface JwtTokenI { oauth_access_token_id: string; oauth_client_id: string; oauth_user_id: string; }