export interface Portal {
  id: number;
  code: string;
  name: string;
  type: number;
  url: string;
  configuration: string;
}
