UNPKG

@4success/nfse-campinas

Version:
16 lines (15 loc) 285 B
/** * SignatureMethod * @targetNSAlias `tns` * @targetNamespace `http://www.w3.org/2000/09/xmldsig#` */ export interface SignatureMethod { /** a */ 0?: string; /** n */ 1?: string; /** y */ 2?: string; /** xs:integer */ HMACOutputLength?: number; }