🚨 Remove 'Object'

This commit is contained in:
Erik Berreßem
2019-04-03 14:03:15 +02:00
parent 232addfa17
commit 9fb3a7d07e
+4 -4
View File
@@ -112,9 +112,9 @@ declare namespace HummusRecipe {
font?: string;
size?: number;
align?: string;
highlight?: Object | Boolean;
underline?: Object | Boolean;
strikeOut?: Object | Boolean;
highlight?: boolean;
underline?: boolean;
strikeOut?: boolean;
textBox?: TextBox;
}
@@ -281,7 +281,7 @@ declare class HummusRecipe {
options?: HummusRecipe.RectangleOptions
): HummusRecipe;
endPDF(callback?: Function): HummusRecipe;
endPDF(callback?: () => any): HummusRecipe;
}
declare module "hummus-recipe" {