Adds lastModifiedAt to application instance (#11257)

Adds the `lastModifiedAt` property to the `ApplicationInstanceModel`.

This allows the UI to display the last modification time of a workspace deployment, addressing the requirement to show when a deployment was last modified.

Fixes AAE-38881
This commit is contained in:
Michaela
2025-10-13 09:11:39 +02:00
committed by GitHub
parent 84d32157ad
commit 8ebb67d1cf
@@ -32,6 +32,7 @@ export interface ApplicationInstanceModel {
descriptor?: Descriptor;
environmentId?: string;
environment?: string;
lastModifiedAt?: Date;
}
export interface Descriptor {