Skip to content

@ahqstore/plugin-api / GetApplicationFn

Type Alias: GetApplicationFn()

GetApplicationFn = (appId, version) => Promise<App>

Defined in: index.ts:119

The function takes an appId to return the Application manifest that AHQ Store Uses

Parameters

appId

AppId

version

string

Returns

Promise<App>