StackWithWorkspaceContextResponse: {
    accountId: string;
    stackVersions: StackVersionResponse[];
    workspaceId: string;
}

Type declaration

  • accountId: string

    Account id.

  • stackVersions: StackVersionResponse[]

    List of stack version with pluginVersionId list that has workspace context.

  • workspaceId: string

    Workspace id.