UNPKG

cds-routing-handlers

Version:

Package to route and implement CDS handlers via a class based approach in Typescript.

22 lines (21 loc) 413 B
/** * Before read handler decorator. * * @export * @returns {MethodDecorator} */ export declare function BeforeRead(): MethodDecorator; /** * On read handler decorator. * * @export * @returns {MethodDecorator} */ export declare function OnRead(): MethodDecorator; /** * After read handler decorator. * * @export * @returns {MethodDecorator} */ export declare function AfterRead(): MethodDecorator;