UNPKG

@rr0/data

Version:
8 lines (7 loc) 306 B
import { RR0Event } from "./RR0Event.js"; import { RR0EventJson } from "./RR0EventJson.js"; import { TypedDataFactory } from "../TypedDataFactory.js"; export declare class RR0EventFactory extends TypedDataFactory<RR0Event, RR0EventJson> { constructor(); parse(eventJson: RR0EventJson): RR0Event; }