export interface IFndyAccount { id?: string; name: string; parent_id?: string; acl?: any; picture?: string; address?: string; city?: string; state?: string; country?: string; postal_code?: string; phone_number?: string; active?: number; allocated_tam_licences?: number; read_endpoint?: string; write_endpoint?: string; created_date?: string; mfa?: number; password_policy?: string; is_root_account?: number; sfdc_instance_type?: string; sfdc_access_token?: string; sfdc_refresh_token?: string; mfa_expiration_days?: number; activation_expiration_hours?: number; reset_pw_expiration_hours?: number; }