mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
types/faker: Add randomize and https to imageUrl
This commit is contained in:
Vendored
+1
-1
@@ -117,7 +117,7 @@ declare namespace Faker {
|
||||
image: {
|
||||
image(): string;
|
||||
avatar(): string;
|
||||
imageUrl(width?: number, height?: number, category?: string): string;
|
||||
imageUrl(width?: number, height?: number, category?: string, randomize?: boolean, https?: boolean): string;
|
||||
abstract(width?: number, height?: number): string;
|
||||
animals(width?: number, height?: number): string;
|
||||
business(width?: number, height?: number): string;
|
||||
|
||||
Reference in New Issue
Block a user