UNPKG

@firestone-hs/replay-parser

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.9.

10 lines (9 loc) 238 B
import { Info } from './info'; export interface MetaData { readonly meta: string; readonly data: number; readonly parentIndex: number; readonly ts: number; readonly index: number; readonly info: Info[]; }