export interface AppTokenResponse { token_type: string; expires_in: number; access_token: string; }