types/faker: Add randomize and https to imageUrl

This commit is contained in:
Egor
2019-01-13 00:14:46 +03:00
committed by GitHub
parent 3a69de74e2
commit 3ed5dc2a12
+1 -1
View File
@@ -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;