forked from loafle/openapi-generator-original
add new fles
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
goog.provide('API.Client.ApiResponse');
|
||||
|
||||
/**
|
||||
* @record
|
||||
*/
|
||||
API.Client.ApiResponse = function() {}
|
||||
|
||||
/**
|
||||
* @type {!number}
|
||||
* @export
|
||||
*/
|
||||
API.Client.ApiResponse.prototype.code;
|
||||
|
||||
/**
|
||||
* @type {!string}
|
||||
* @export
|
||||
*/
|
||||
API.Client.ApiResponse.prototype.type;
|
||||
|
||||
/**
|
||||
* @type {!string}
|
||||
* @export
|
||||
*/
|
||||
API.Client.ApiResponse.prototype.message;
|
||||
|
||||
Reference in New Issue
Block a user