Skip to content

Commit 3753f59

Browse files
Update src/lib/api/types/crate/controlPlanes.ts
Co-authored-by: Copilot <[email protected]>
1 parent 2e791dc commit 3753f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/api/types/crate/controlPlanes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface Metadata {
77
namespace: string;
88
creationTimestamp: string;
99
annotations?: {
10-
'openmcp.cloud/display-name': string;
10+
'openmcp.cloud/display-name'?: string;
1111
'openmcp.cloud/created-by'?: string;
1212
};
1313
}

0 commit comments

Comments
 (0)