@guardian/cdk
    Preparing search index...

    Type Alias RegistryContainer

    type RegistryContainer = {
        id?: string;
        imageProps?: RepositoryImageProps;
        type: "registry";
    }
    Index

    Properties

    Properties

    id?: string
    imageProps?: RepositoryImageProps
    type: "registry"