Skip to content

Commit c464dcd

Browse files
zirkelcebisbe
andauthored
Update lib/index.d.ts
Co-authored-by: Enric Bisbe Gil <[email protected]>
1 parent 43184d3 commit c464dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ declare module '@serverless/typescript' {
1111

1212
type StateMachines = {
1313
[stateMachine: string]: {
14+
type?: 'STANDARD' | 'EXPRESS';
1415
id?: string;
1516
name?: string;
1617
definition: Definition;

0 commit comments

Comments
 (0)