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

import { SshkeyIndex } from './SshkeyIndex';

export type SshkeysGetResponse = {
    sshkeys?: SshkeyIndex;
}
