UNPKG

@weiliang79/ubl-builder

Version:

Tool to create xml documents with UBL 2.1 standard

11 lines 411 B
import GenericAggregateComponent from './GenericAggregateComponent'; import { UdtName } from '../types/UnqualifiedDataTypes'; type AllowedParams = { /** The name of the party */ name: UdtName | string; }; declare class PartyName extends GenericAggregateComponent { constructor(content: AllowedParams); } export { PartyName, AllowedParams as PartyNameParams }; //# sourceMappingURL=PartyName.d.ts.map