@rr0/data
Version:
RR0 data model
8 lines (7 loc) • 306 B
TypeScript
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;
}