Skip to content

Commit 21927bf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare module '@serverless/typescript' {
1212
type StateMachines = {
1313
[stateMachine: string]: {
1414
id?: string;
15-
name: string;
15+
name?: string;
1616
definition: Definition;
1717
tracingConfig?: TracingConfig;
1818
};

0 commit comments

Comments
 (0)