export interface ISendParams { idNotaFiscal: number; } export interface ISendResponse { data: { xml?: string; }; }