UNPKG

@mytiki/receipt-capacitor

Version:

The TIKI Receipt library adds to your Vue.js + Capacitor **mobile app** a Data Reward program for your users to share their receipts in-exchange for **cash from Tiki inc**.

8 lines (7 loc) 214 B
import type * as Options from "@/options/offer"; export declare class Offer { readonly image: string; readonly description: string; readonly bullets: string[]; constructor(offer?: Options.Offer); }