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 delete handler decorator. * * @export * @returns {MethodDecorator} */ export declare function BeforeDelete(): MethodDecorator; /** * On delete handler decorator. * * @export * @returns {MethodDecorator} */ export declare function OnDelete(): MethodDecorator; /** * After delete handler decorator. * * @export * @returns {MethodDecorator} */ export declare function AfterDelete(): MethodDecorator;