import { OhayoQRConfig } from '@ohayo/util';

export interface QROptions extends OhayoQRConfig {
  value: string;
}
