/** * Data model for simulation */ export interface SimulationState { spageid: string; sid: string; } //# sourceMappingURL=simulation.d.ts.map