import Codeqr from '@codeqr/ts';const client = new Codeqr({ apiKey: 'My API Key',});const tag = await client.tags.update('id', { name: 'x' });console.log(tag.id);
import Codeqr from '@codeqr/ts';const client = new Codeqr({ apiKey: 'My API Key',});const tag = await client.tags.update('id', { name: 'x' });console.log(tag.id);