Skip to content

Commit c8e6c3f

Browse files
test(javascript): update compositions testcases for metadata and external injected items (generated)
algolia/api-clients-automation#5331 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Ben Kalmus <[email protected]>
1 parent ca57778 commit c8e6c3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/client-composition/model/compositionRule.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ export type CompositionRule = {
3131
* Time periods when the rule is active.
3232
*/
3333
validity?: Array<TimeRange> | undefined;
34+
35+
/**
36+
* A list of tags.
37+
*/
38+
tags?: Array<string> | undefined;
3439
};

0 commit comments

Comments
 (0)