UNPKG

@doczilla/node

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