@openframe-org/criteria-set-protocol 1.1.0 → 1.1.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.
|
@@ -3,6 +3,7 @@ import { Stream } from 'stream';
|
|
|
3
3
|
import { CriteriaTree, Metadata, TaskItemValue } from './criteria';
|
|
4
4
|
export type MetadataResponse = Metadata;
|
|
5
5
|
export type CriteriaTreeResponse = CriteriaTree;
|
|
6
|
+
export type DataResponse = Record<string, Record<string, any>>;
|
|
6
7
|
export type StringParam<ParamName extends string> = Record<ParamName, string>;
|
|
7
8
|
export type TaskItemValueMap = Record<string, TaskItemValue>;
|
|
8
9
|
export type TreeAndMatrixRequestBody = {
|
package/package.json
CHANGED