Skip to content

Commit a7064b4

Browse files
author
Hayata Suenaga
committed
chore: make API parameter required
1 parent 611b3e5 commit a7064b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/API/parameters/SetPolicyTagsEnabled.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type SetPolicyTagsEnabled = {
99
* When the tags are imported as multi level tags, the index of the top
1010
* most tag list item
1111
*/
12-
tagListIndex?: number;
12+
tagListIndex: number;
1313
};
1414

1515
export default SetPolicyTagsEnabled;

0 commit comments

Comments
 (0)