Interface Image<ImageType>

The Image object contains the configuration for the images on the Apple and Android Wallet layout of the template.

interface Image<ImageType> {
    image: ImageType;
    imageFile: string | Buffer;
}

Type Parameters

  • ImageType

Properties

Properties

image: ImageType

The image type identifier.

imageFile: string | Buffer

The image file to be uploaded or the URL of the image.