export interface IDeleteParams {
    idOrdemProducao: number;
}
