mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Remove IntermediateStep model
The IntermediateStep model was deleted as it is no longer used or required in the codebase. This simplifies the project structure and removes unnecessary dependencies.
This commit is contained in:

committed by
Geoff Seemueller

parent
335e8eff11
commit
c99068ecb4
@@ -1,7 +0,0 @@
|
||||
// models/IntermediateStep.ts
|
||||
import { types } from "mobx-state-tree";
|
||||
|
||||
export default types.model("IntermediateStep", {
|
||||
kind: types.string,
|
||||
data: types.frozen(), // Allows storing any JSON-serializable data
|
||||
});
|
Reference in New Issue
Block a user