export interface TMembershipModel {
  id: string;
  name: string;
  ext_account_type_id: string | null;
}
