We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611b3e5 commit a7064b4Copy full SHA for a7064b4
src/libs/API/parameters/SetPolicyTagsEnabled.ts
@@ -9,7 +9,7 @@ type SetPolicyTagsEnabled = {
9
* When the tags are imported as multi level tags, the index of the top
10
* most tag list item
11
*/
12
- tagListIndex?: number;
+ tagListIndex: number;
13
};
14
15
export default SetPolicyTagsEnabled;
0 commit comments