UNPKG

@gridscale/api

Version:
10 lines (7 loc) 180 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { SshkeyIndex } from './SshkeyIndex'; export type SshkeysGetResponse = { sshkeys?: SshkeyIndex; }