Skip to content

Commit

Permalink
- update.
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel committed Oct 18, 2023
1 parent b802a76 commit 73e7e62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface CloudformationClientInterface {
/**
* Gets the description and all its details from all the CloudFormation stacks.
*/
listStacks(): Promise<Stack[] | undefined>;
listStacks(): Promise<Stack[]>;

/**
* Creates a new stack in Cloudformation.
Expand Down

0 comments on commit 73e7e62

Please sign in to comment.