common-types
Advanced tools
Comparing version 1.15.8 to 1.15.9
@@ -402,2 +402,5 @@ import { IDictionary, datetime } from "./basics"; | ||
Next?: keyof T; | ||
/** A path which determines what is sent as input to the state specified by the Next field. */ | ||
ResultPath?: string; | ||
Parameters?: IDictionary; | ||
End?: true; | ||
@@ -404,0 +407,0 @@ Retry?: IStepFunctionRetrier[]; |
@@ -402,2 +402,5 @@ import { IDictionary, datetime } from "./basics"; | ||
Next?: keyof T; | ||
/** A path which determines what is sent as input to the state specified by the Next field. */ | ||
ResultPath?: string; | ||
Parameters?: IDictionary; | ||
End?: true; | ||
@@ -404,0 +407,0 @@ Retry?: IStepFunctionRetrier[]; |
{ | ||
"name": "common-types", | ||
"version": "1.15.8", | ||
"version": "1.15.9", | ||
"description": "Common types not included in Typescript", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/lifegadget/common-types", |
249061
5829