Skip to content

Commit

Permalink
Fix the TS typings
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 18, 2024
1 parent ef33a38 commit ea9b8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type {Eta, EtaConfig} from "eta";
import type {default as Koa} from "koa";
import type {Buffer} from "node:buffer";
import type {PDFOptions, PuppeteerNodeLaunchOptions} from "puppeteer";
import type {PDFOptions, PuppeteerLaunchOptions} from "puppeteer";

/**
* Defines the renderer options.
Expand All @@ -11,7 +11,7 @@ export type RendererOptions = EtaConfig & {
/**
* The launch options for the browser used to render PDF documents.
*/
browser: PuppeteerNodeLaunchOptions;
browser: PuppeteerLaunchOptions;
}

/**
Expand Down

0 comments on commit ea9b8ed

Please sign in to comment.