UNPKG

@doczilla/node

Version:
10 lines (9 loc) 310 B
import type { PageOptions } from './PageOptions'; import type { ScreenshotOptions } from './ScreenshotOptions'; export type CreateScreenshot = { /** * Page options, either provide the `url`, `html` or `htmlTemplate` option. */ page: PageOptions; screenshot?: ScreenshotOptions | null; };