export interface IDeleteComponentsParams {
    idProdutoEstrutura: number;
    idsComponentes: number[];
}
