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

import { IpBrief } from './IpBrief';

export type IpBriefIndex = Record<string, IpBrief>;