UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

6 lines (5 loc) 177 B
import { IdentificationCode } from './IdentificationCode'; export declare class Country { identificationCode?: IdentificationCode; constructor(country: Country); }