@gridscale/api
Version:
gridscale API Wrapper
25 lines (23 loc) • 514 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$SshkeyUpdate = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$SshkeyUpdate = {
properties: {
name: {
type: 'string',
},
labels: {
type: 'array',
contains: {
type: 'string',
},
},
sshkey: {
type: 'string',
},
},
};
//# sourceMappingURL=$SshkeyUpdate.js.map