UNPKG

cds-routing-handlers

Version:

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

22 lines (21 loc) 425 B
/** * Before update handler decorator. * * @export * @returns {MethodDecorator} */ export declare function BeforeUpdate(): MethodDecorator; /** * On update handler decorator. * * @export * @returns {MethodDecorator} */ export declare function OnUpdate(): MethodDecorator; /** * After update handler decorator. * * @export * @returns {MethodDecorator} */ export declare function AfterUpdate(): MethodDecorator;