fix(interfaces): Fix image location schema in IImage interface
This commit is contained in:
@ -4,9 +4,10 @@ export interface IImage {
|
||||
id: string;
|
||||
data: {
|
||||
name: string;
|
||||
external?: {
|
||||
location: {
|
||||
internal: boolean;
|
||||
externalRegistryId: string;
|
||||
imageName: string;
|
||||
externalImageTag: string;
|
||||
}
|
||||
description: string;
|
||||
versions: Array<{
|
||||
|
Reference in New Issue
Block a user