UNPKG

skailan-contacts

Version:

Servicio de gestión de contactos para Skailan

5 lines 502 B
import { Request, Response } from "express"; export declare const addCommunicationPlatform: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const getContactPlatforms: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const sendMessageToContact: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; //# sourceMappingURL=contactPlatformController.d.ts.map