UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

5 lines (4 loc) 167 B
import { PDocument, ResponseWS } from "@fe/common/exchange"; export declare abstract class Sender { abstract send(document: PDocument): Promise<ResponseWS>; }