Skip to content

Commit

Permalink
Merge pull request #175 from flrossetto/master
Browse files Browse the repository at this point in the history
Allow JSON in printable
  • Loading branch information
crabbly authored May 30, 2018
2 parents 16d6bdd + ae06cfe commit 7bd5a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'print-js/dist/print';
declare type PrintTypes = 'pdf' | 'html' | 'image' | 'json';

export interface Configuration {
printable: string | string[];
printable: any;
fallbackPrintable?: string;
type?: string;
documentTitle?: string;
Expand Down

0 comments on commit 7bd5a21

Please sign in to comment.