Skip to content

Commit cd0f6f5

Browse files
committed
CMS-46358 Add string type to PropertyGroupKey for enhanced flexibility and refactor code.
1 parent 208b990 commit cd0f6f5

File tree

2 files changed

+2
-107
lines changed

2 files changed

+2
-107
lines changed

packages/optimizely-cms-cli/src/service/propertyGroups.ts

Lines changed: 0 additions & 106 deletions
This file was deleted.

packages/optimizely-cms-sdk/src/model/buildConfig.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ export interface PropertyGroupRegistry {
2626
// Type that combines built-in groups, registered custom groups
2727
export type PropertyGroupKey =
2828
| BuiltInPropertyGroups
29-
| keyof PropertyGroupRegistry;
29+
| keyof PropertyGroupRegistry
30+
| (string & {});

0 commit comments

Comments
 (0)