few-postman-20852
03/10/2023, 7:13 AMechoing-dinner-19531
03/10/2023, 9:00 AM/**
* Returns all Stacks created under the current Project.
* This queries underlying backend and may return stacks not present in the Workspace (as Pulumi.<stack>.yaml files).
*/
listStacks(): Promise<StackSummary[]>;
?