UNPKG

@gridscale/api

Version:
10 lines (7 loc) 163 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { Sshkey } from './Sshkey'; export type SshkeyGetResponse = { sshkey?: Sshkey; }