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

    Type Alias SearchFn

    SearchFn: (term: String) => Promise<AppId[]>

    The function takes the user's query as string and returns a list of AppId

    Type Declaration

      • (term: String): Promise<AppId[]>
      • Parameters

        • term: String

        Returns Promise<AppId[]>