UNPKG

skailan-crm

Version:

Servicio de CRM y gestión de ventas para Skailan

7 lines 734 B
import { Request, Response } from "express"; export declare const createQuoteItem: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const getQuoteItemById: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const listQuoteItems: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const updateQuoteItem: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const deleteQuoteItem: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; //# sourceMappingURL=quoteItemController.d.ts.map