UNPKG

@alexssmusica/emissao-nota-fiscal

Version:
11 lines (10 loc) 201 B
export declare namespace InfoQRCodeByUF { type Input = { uf: string; amb: string; }; type Output = { urlChave: string; urlQRCode: string; }; }