UNPKG

@a11ywatch/core

Version:
8 lines (7 loc) 227 B
export declare const getPageActionsPaging: ({ userId, domain, url, limit, offset, }: { userId?: number; domain?: string; limit?: number; url?: string; offset?: number; }, chain?: boolean) => Promise<any[]>;