UNPKG

skailan-crm

Version:

Servicio de CRM y gestión de ventas para Skailan

7 lines 740 B
import { Request, Response } from "express"; export declare const createCompetitor: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const getCompetitorById: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const listCompetitors: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const updateCompetitor: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const deleteCompetitor: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; //# sourceMappingURL=competitorController.d.ts.map