UNPKG

@anglr/rest

Version:

Angular module representing rest services

8 lines 486 B
import { RESTClient, RestMethodMiddlewares } from '@anglr/rest'; /** * Enables AVRO encoding for request object sent in body * @param namespace - Name of namespace in which is type defined * @param typeName - Name of type that should be used */ export declare function AvroRequest(namespace: string, typeName: string): (_target: RESTClient, _propertyKey: string, descriptor: RestMethodMiddlewares) => TypedPropertyDescriptor<any>; //# sourceMappingURL=avroRequest.decorator.d.ts.map