@jackobo/capacitor-pass-to-wallet
Version:
Capacitor plugin for adding digital passes to Apple and Google wallet
6 lines (5 loc) • 306 B
TypeScript
import { WebPlugin } from '@capacitor/core';
import type { CapacitorPassToWalletPlugin, IAddToWalletOptions } from './definitions';
export declare class CapacitorPassToWalletWeb extends WebPlugin implements CapacitorPassToWalletPlugin {
addToWallet(options: IAddToWalletOptions): Promise<void>;
}