@edgible-team/sdk
    Preparing search index...

    Interface StackStatusResult

    interface StackStatusResult {
        applications: StackAppStatus[];
        deployedCount: number;
        totalCount: number;
    }
    Index

    Properties

    applications: StackAppStatus[]
    deployedCount: number
    totalCount: number