UNPKG

@4success/nfse-campinas

Version:
11 lines (10 loc) 233 B
import { Transform } from './Transform'; /** * Transforms * @targetNSAlias `tns` * @targetNamespace `http://www.w3.org/2000/09/xmldsig#` */ export interface Transforms { /** Transform[] */ Transform?: Array<Transform>; }