export interface IGenerateNfceParams {
    idPedidoVenda: number;
}
export interface IGenerateNfceResponse {
    idNotaFiscal: number;
}
