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

Type declaration

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

Generated using TypeDoc