UNPKG

@anglr/rest

Version:

Angular module representing rest services

7 lines 438 B
import type { RESTClientBase } from '../misc/classes/restClientBase'; import { RestHttpHeaders, RestMethodMiddlewares } from '../interfaces'; /** * Add custom header Accept that sets accepted type to any */ export declare function AcceptAny(): <TDecorated>(_target: RESTClientBase, _propertyKey: string, descriptor: (RestHttpHeaders & RestMethodMiddlewares) | TDecorated) => TDecorated; //# sourceMappingURL=acceptAny.decorator.d.ts.map