export interface IDeleteParams {
    idNotaServico: number;
}
