UNPKG

@a11ywatch/core

Version:
4 lines (3 loc) 225 B
import { ScanRpcParams } from "../../../proto/actions/calls"; import type { PageMindScanResponse } from "../../../types/schema"; export declare const fetchPageIssues: (params: ScanRpcParams) => Promise<PageMindScanResponse>;