UNPKG

@bitblit/ratchet-aws

Version:

Common tools for use with AWS browser and node

7 lines (6 loc) 219 B
import { ImageDetail } from '@aws-sdk/client-ecr'; import { RetainedImageReason } from './retained-image-reason.js'; export interface RetainedImageDescriptor { image: ImageDetail; reason: RetainedImageReason; }