export class InstitutionalMember {
  id: number
  type: string
  name: string
  createdAt: string
  status: string
}