@cuemath/leap 3.0.12-as2 → 3.0.12-as3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -2230,6 +2230,7 @@ export declare interface INodeDataProps {
|
|
2230
2230
|
learnosity_activity_ref: string;
|
2231
2231
|
marked_as_completed: boolean;
|
2232
2232
|
node_id: string;
|
2233
|
+
id: string;
|
2233
2234
|
node_type: TNodeTypes_2;
|
2234
2235
|
sheet_statement: string;
|
2235
2236
|
permissions: INodePermissions;
|