@anglr/rest
Version:
Angular module representing rest services
7 lines • 435 B
TypeScript
import type { RESTClientBase } from '../misc/classes/restClientBase';
import { RestMethodMiddlewares } from '../interfaces';
/**
* Allows method to return full HttpResponse with requested response type body
*/
export declare function FullHttpResponse(): <TDecorated>(_target: RESTClientBase, _propertyKey: string, descriptor: RestMethodMiddlewares | TDecorated) => TDecorated;
//# sourceMappingURL=fullHttpResponse.decorator.d.ts.map