18 lines
357 B
TypeScript
18 lines
357 B
TypeScript
import * as plugins from '../plugins.js';
|
|
|
|
export const demoImages: plugins.servezoneInterfaces.data.IImage[] = [
|
|
{
|
|
id: 'DemoImage1',
|
|
data: {
|
|
name: 'DemoImage1',
|
|
description: 'DemoImage1',
|
|
location: {
|
|
internal: true,
|
|
externalRegistryId: '',
|
|
externalImageTag: '',
|
|
},
|
|
versions: [],
|
|
}
|
|
}
|
|
];
|