/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Url = { /** * QR Code as data URL */ url?: string; }