UNPKG

@umbraco/playwright-testhelpers

Version:

Test helpers for making playwright tests for Umbraco solutions

8 lines (7 loc) 221 B
import { ApiHelpers } from "./ApiHelpers"; export declare class IndexerApiHelper { api: ApiHelpers; constructor(api: ApiHelpers); getAll(): Promise<any>; getByIndexName(indexName: string): Promise<any>; }