export interface IChangeSituationParams { idLogisticaServico: number; } export interface IChangeSituationBody { ativo: boolean; }