export interface LinkedAccountStatus { linkedAccountStatus: string; canMakeRequest: boolean; }