7 lines
570 B
TypeScript
7 lines
570 B
TypeScript
import { Request, Response } from 'express';
|
|
export declare function getCancellationPeriods(req: Request, res: Response): Promise<void>;
|
|
export declare function getCancellationPeriod(req: Request, res: Response): Promise<void>;
|
|
export declare function createCancellationPeriod(req: Request, res: Response): Promise<void>;
|
|
export declare function updateCancellationPeriod(req: Request, res: Response): Promise<void>;
|
|
export declare function deleteCancellationPeriod(req: Request, res: Response): Promise<void>;
|
|
//# sourceMappingURL=cancellation-period.controller.d.ts.map
|