Variable VendorStoreConst

VendorStore: Readonly<{
    Adapty: "adapty";
    AppStore: "app_store";
    PlayStore: "play_store";
}> = ...

Type declaration

  • Adapty: "adapty"
  • AppStore: "app_store"
  • PlayStore: "play_store"

Generated using TypeDoc