UNPKG

jspurefix

Version:
5 lines (4 loc) 97 B
import { IHopNoHops } from './hop_no_hops'; export interface IHop { NoHops?: IHopNoHops[]; }