Skip to content

Commit 8730af5

Browse files
committed
fix-comment
1 parent 892b485 commit 8730af5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/openapi/types/elements-user-create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface ElementsUserCreate {
5252
attributes?: object;
5353
/**
5454
* List of roles to assign to the user in the environment.
55-
* @type {any}
55+
* @type {UserRoleCreate[]}
5656
* @memberof ElementsUserCreate
5757
*/
5858
role_assignments?: UserRoleCreate[];

src/openapi/types/user-create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface UserCreate {
5252
attributes?: object;
5353
/**
5454
* List of roles to assign to the user in the environment.
55-
* @type {any}
55+
* @type {UserRoleCreate[]}
5656
* @memberof UserCreate
5757
*/
5858
role_assignments?: UserRoleCreate[];

0 commit comments

Comments
 (0)