first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user