export interface IGenerateNfeParams { idPedidoVenda: number; } export interface IGenerateNfeResponse { idNotaFiscal: number; }