export interface SantanderPixAuthToken {     refreshUrl: string;     token_type: string;     client_id: string;     access_token: string;     refresh_token: string;     scopes: string;     expires_in: string; }