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**.

9 lines (8 loc) 233 B
import type * as Options from "@/options/key"; export declare class Key { readonly publishingId: string; readonly ios: string; readonly android: string; readonly product: string; constructor(key?: Options.Key); }