AmazonImage interface
Describes a single image asset
Signature:
export interface AmazonImage
Properties
AmazonImage.height property
The height of the image in pixels
Signature:
readonly height: number;
AmazonImage.url property
The URL of the image asset
Signature:
readonly url: string;
AmazonImage.width property
The width of the image in pixels
Signature:
readonly width: number;
Updated 9 months ago