export interface CbuOwner {
  person_type: string
  cuit: string
  name: string
}