export type ISituacao = 'A' | 'I' | 'S' | 'E' | 'T';
