@cuemath/leap 3.5.15-as2 → 3.5.15-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 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6591,7 +6591,7 @@ declare type TMilestoneStates = 'ACTIVE' | 'OUTCOME_PENDING' | 'OUTCOME_ADDED' |
|
|
|
6591
6591
|
|
|
6592
6592
|
declare type TMilestoneType = 'ACTIVE' | 'INACTIVE' | 'DRAFT';
|
|
6593
6593
|
|
|
6594
|
-
declare interface TNodeDataTestItemsDataProps {
|
|
6594
|
+
export declare interface TNodeDataTestItemsDataProps {
|
|
6595
6595
|
chapter_name: string;
|
|
6596
6596
|
goal_name: string;
|
|
6597
6597
|
ref: string;
|