turbogui-angular
Version:
A library that tries to help with the most common user interface elements on several frameworks and platforms
15 lines • 697 B
TypeScript
/**
* TurboGUI is A library that helps with the most common and generic UI elements and functionalities
*
* Website : -> http://www.turbogui.org
* License : -> Licensed under the Apache License, Version 2.0. You may not use this file except in compliance with the License.
* License Url : -> http://www.apache.org/licenses/LICENSE-2.0
* CopyRight : -> Copyright 2018 Edertone Advanded Solutions. https://www.edertone.com
*/
import { HTTPManagerPostRequest } from 'turbocommons-ts';
/**
* Class that defines a POST http request, to be used by HttpService
*/
export declare class HTTPServicePostRequest extends HTTPManagerPostRequest {
}
//# sourceMappingURL=HTTPServicePostRequest.d.ts.map