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

import { LinkedIpBrief } from './LinkedIpBrief';

export type LinkedIpsGetResponse = {
    ip_relations?: Array<LinkedIpBrief>;
}
