/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import { Sshkey } from './Sshkey';

export type SshkeyGetResponse = {
    sshkey?: Sshkey;
}
