UNPKG

@rolster/capacitor-update-manager

Version:
6 lines (5 loc) 311 B
import { WebPlugin } from '@capacitor/core'; import { UpdateManagerPlugin, VerifyStatusOptions, VerifyStatusResponse } from './definitions'; export declare class UpdateManagerWeb extends WebPlugin implements UpdateManagerPlugin { verifyStatus(_?: VerifyStatusOptions): Promise<VerifyStatusResponse>; }