UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

7 lines (6 loc) 269 B
import { Sender } from "@fe/common/abstract"; import { PDocument, ResponseWS } from "@fe/common/exchange"; import { WSBase } from '@fe/ws/ws-base'; export declare class Bill extends WSBase implements Sender { send(document: PDocument): Promise<ResponseWS>; }