export interface PasswordTypeExclusion {
  id: string;
  code: string;
  description: string;
  isMandatory: boolean;
}

export type TabType = 'perfis' | 'oportunidades';