export type StoreDataObjectValueRequest = { dataObjectId: string; processDefinitionId: string; processModelId: string; processInstanceId: string; flowNodeInstanceId: string; value: TValue; }; export type DataObjectValueCollection = { [dataObjectId: string]: any; };