fix(interfaces): Fix image location schema in IImage interface

This commit is contained in:
2024-12-28 21:48:57 +01:00
parent d6e914edab
commit 33311348e2
4 changed files with 11 additions and 4 deletions

View File

@ -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<{