UNPKG

@gridscale/api

Version:
7 lines (5 loc) 155 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { Sshkey } from './Sshkey'; export type SshkeyIndex = Record<string, Sshkey>;