UNPKG

@gridscale/api

Version:
5 lines (4 loc) 118 B
import { SshkeyIndex } from './SshkeyIndex'; export declare type SshkeysGetResponse = { sshkeys?: SshkeyIndex; };