mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 22:40:21 +00:00
🚨 Remove 'Object'
This commit is contained in:
Vendored
+4
-4
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user