You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/client/petstore/typescript-fetch/builds/mixed-with-npm-version/api.ts
+27-7Lines changed: 27 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1541,6 +1541,26 @@ export interface User {
1541
1541
*/
1542
1542
userStatus?: number;
1543
1543
}
1544
+
/**
1545
+
*
1546
+
* @export
1547
+
* @interface UserWrapper
1548
+
*/
1549
+
exportinterfaceUserWrapper{
1550
+
/**
1551
+
*
1552
+
* @type {Users}
1553
+
* @memberof UserWrapper
1554
+
*/
1555
+
users?: Users;
1556
+
}
1557
+
/**
1558
+
*
1559
+
* @export
1560
+
* @interface Users
1561
+
*/
1562
+
exportinterfaceUsersextendsArray<User>{
1563
+
}
1544
1564
/**
1545
1565
* Business Term: Scheme Member Definition: Information about a Member of the Scheme. Purpose: To have enough information to be able to produce a Statement of Account indicating premium due.
0 commit comments