Skip to content

Commit d16c52a

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@1d56285 from refs/heads/main
1 parent 94d1ca5 commit d16c52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,10 +2094,10 @@ export interface ClusterFeature {
20942094
'value_type'?: ClusterFeatureValueTypeEnum;
20952095
/**
20962096
*
2097-
* @type {string}
2097+
* @type {string | boolean}
20982098
* @memberof ClusterFeature
20992099
*/
2100-
'value'?: string | null;
2100+
'value'?: string | boolean | null;
21012101
/**
21022102
*
21032103
* @type {boolean}

0 commit comments

Comments
 (0)