@weiliang79/ubl-builder
Version:
Tool to create xml documents with UBL 2.1 standard
13 lines • 467 B
TypeScript
import GenericAggregateComponent from './GenericAggregateComponent';
import { UdtIdentifier } from '../types/UnqualifiedDataTypes';
type AllowedParams = {
id: string | UdtIdentifier;
};
/**
*
*/
declare class FinancialInstitutionBranch extends GenericAggregateComponent {
constructor(content: AllowedParams);
}
export { FinancialInstitutionBranch, AllowedParams as FinancialInstitutionBranchParams };
//# sourceMappingURL=FinancialInstitutionBranch.d.ts.map