@gridscale/api
Version:
gridscale API Wrapper
29 lines (28 loc) • 551 B
TypeScript
export declare const $MarketplaceApplicationUpdate: {
properties: {
name: {
type: string;
};
labels: {
type: string;
contains: {
type: string;
};
};
object_storage_path: {
type: string;
};
category: {
type: string;
};
publish: {
type: string;
};
setup: {
type: string;
};
metadata: {
type: string;
};
};
};