Global type for the SK2 extension plugin marker

interface CdvPurchaseStoreKit2 {
    installed?: boolean;
    version?: string;
}

Properties

Properties

installed?: boolean
version?: string