Skip to content

Commit

Permalink
Update the TS typings
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 18, 2024
1 parent 81c8259 commit 2862102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {PDFOptions, PuppeteerLaunchOptions} from "puppeteer";
/**
* Defines the renderer options.
*/
export type RendererOptions = EtaConfig & {
export interface RendererOptions extends EtaConfig {

/**
* The launch options for the browser used to render PDF documents.
Expand Down

0 comments on commit 2862102

Please sign in to comment.