Backstage
    Preparing search index...
    mock: (partialImpl?: Partial<AlertApi>) => ApiMock<AlertApi> = ...

    Creates a mock implementation of @backstage/frontend-plugin-api#AlertApi. All methods are replaced with jest mock functions, and you can optionally pass in a subset of methods with an explicit implementation.

    Type Declaration