/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $SshkeysGetResponse = {
    properties: {
        sshkeys: {
            type: 'SshkeyIndex',
        },
    },
};