fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-18 21:15:35 +01:00
parent 4a3250f6dd
commit f018125fbb
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/interfaces', name: '@serve.zone/interfaces',
version: '1.0.37', version: '1.0.38',
description: 'interfaces for working with containers' description: 'interfaces for working with containers'
} }

View File

@ -21,6 +21,8 @@ export interface IServer {
data: { data: {
type: 'baremetal' | 'hetzner'; type: 'baremetal' | 'hetzner';
assignedClusterId: string;
/** /**
* a list of debian packages to be installed * a list of debian packages to be installed
*/ */