diff --git a/desktop/plugins/public/ui-debugger/types.tsx b/desktop/plugins/public/ui-debugger/types.tsx index 556fcfe69..e0c742e70 100644 --- a/desktop/plugins/public/ui-debugger/types.tsx +++ b/desktop/plugins/public/ui-debugger/types.tsx @@ -114,7 +114,7 @@ export type Metadata = { namespace: string; name: string; mutable: boolean; - tags?: string[]; + customAttributes?: Record; }; export type Bounds = {