@plolink/sdk 2.0.0 → 2.0.1
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.
|
@@ -93,8 +93,8 @@ interface QuestionInfo {
|
|
|
93
93
|
content: string;
|
|
94
94
|
/** 题目元数据 */
|
|
95
95
|
metadata: QuestionMetadata;
|
|
96
|
-
/**
|
|
97
|
-
dependsOn: QuestionDependency | null;
|
|
96
|
+
/** 依赖条件列表(可为null) */
|
|
97
|
+
dependsOn: QuestionDependency[] | null;
|
|
98
98
|
/** 排序顺序 */
|
|
99
99
|
sortOrder: number;
|
|
100
100
|
}
|
|
@@ -93,8 +93,8 @@ interface QuestionInfo {
|
|
|
93
93
|
content: string;
|
|
94
94
|
/** 题目元数据 */
|
|
95
95
|
metadata: QuestionMetadata;
|
|
96
|
-
/**
|
|
97
|
-
dependsOn: QuestionDependency | null;
|
|
96
|
+
/** 依赖条件列表(可为null) */
|
|
97
|
+
dependsOn: QuestionDependency[] | null;
|
|
98
98
|
/** 排序顺序 */
|
|
99
99
|
sortOrder: number;
|
|
100
100
|
}
|