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

25 lines (24 loc) 640 B
/** * Your company's definition. * * Required for user data licensing * [agreements](https://github.com/tiki/apps-receipt-capacitor/blob/main/src/assets/md/agreement.md). */ export interface Company { /** * The legal name of the company responsible for the application. */ name: string; /** * The legal jurisdiction or address of the company. */ jurisdiction: string; /** * A link (URL, deeplink, etc.) to the application's standard terms of service. */ terms: string; /** * A link (URL, deeplink, etc.) to the application's privacy policy. */ privacy: string; }