export type AccessTokenResponse = { access_token: string; token_type: string; device_id: string; expires_in: number; scope: string; };