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

11 lines (10 loc) 307 B
import type * as Options from "@/options/company"; export declare class Company { readonly name: string; readonly jurisdiction: string; readonly terms: string; readonly privacy: string; readonly template: string; constructor(company: Options.Company); get agreement(): string; }