Package version:

The image update trigger that caused a build.

interface ImageUpdateTrigger {
    id?: string;
    images?: ImageDescriptor[];
    timestamp?: any;
}

Properties

id?: string

The unique ID of the trigger.

images?: ImageDescriptor[]

The list of image updates that caused the build.

timestamp?: any

The timestamp when the image update happened.