export interface TokenGet { access_token: string; scope: string; expires_in: string; token_type: string; }