@ahqstore/plugin-api - v0.0.12
    Preparing search index...

    Type Alias GetApplicationFn

    GetApplicationFn: (appId: AppId, version: string) => Promise<App>

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

    Type Declaration

      • (appId: AppId, version: string): Promise<App>
      • Parameters

        • appId: AppId
        • version: string

        Returns Promise<App>