forked from loafle/openapi-generator-original
Add sample output from Javascript Closure Angular
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
goog.provide('API.Client.User');
|
||||
|
||||
/**
|
||||
* @record
|
||||
*/
|
||||
API.Client.User = function() {}
|
||||
|
||||
/**
|
||||
* @type {!number}
|
||||
* @export
|
||||
*/
|
||||
API.Client.User.prototype.id;
|
||||
|
||||
/**
|
||||
* @type {!string}
|
||||
* @export
|
||||
*/
|
||||
API.Client.User.prototype.username;
|
||||
|
||||
/**
|
||||
* @type {!string}
|
||||
* @export
|
||||
*/
|
||||
API.Client.User.prototype.firstName;
|
||||
|
||||
/**
|
||||
* @type {!string}
|
||||
* @export
|
||||
*/
|
||||
API.Client.User.prototype.lastName;
|
||||
|
||||
/**
|
||||
* @type {!string}
|
||||
* @export
|
||||
*/
|
||||
API.Client.User.prototype.email;
|
||||
|
||||
/**
|
||||
* @type {!string}
|
||||
* @export
|
||||
*/
|
||||
API.Client.User.prototype.password;
|
||||
|
||||
/**
|
||||
* @type {!string}
|
||||
* @export
|
||||
*/
|
||||
API.Client.User.prototype.phone;
|
||||
|
||||
/**
|
||||
* User Status
|
||||
* @type {!number}
|
||||
* @export
|
||||
*/
|
||||
API.Client.User.prototype.userStatus;
|
||||
|
||||
Reference in New Issue
Block a user