@firestone-hs/replay-parser
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.9.
7 lines (6 loc) • 317 B
TypeScript
import { HistoryItem } from './history-item';
import { EntityDefinition } from '../parser/entity-definition';
export declare class FullEntityHistoryItem extends HistoryItem {
readonly entityDefintion: EntityDefinition;
constructor(entityDefintion: EntityDefinition, timestamp: number, index: number);
}