UNPKG

skailan-contacts

Version:

Servicio de gestión de contactos para Skailan

5 lines 487 B
import { Request, Response } from "express"; export declare const addTagToContact: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const removeTagFromContact: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const listTagsForContact: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; //# sourceMappingURL=contactTagController.d.ts.map