Skip to content

Commit

Permalink
Update lib/index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Enric Bisbe Gil <enricu@gmail.com>
  • Loading branch information
zirkelc and ebisbe committed Sep 7, 2023
1 parent 43184d3 commit c464dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ declare module '@serverless/typescript' {

type StateMachines = {
[stateMachine: string]: {
type?: 'STANDARD' | 'EXPRESS';
id?: string;
name?: string;
definition: Definition;
Expand Down

0 comments on commit c464dcd

Please sign in to comment.