UNPKG

skailan-conversations

Version:

Servicio de conversaciones y mensajería para Skailan

5 lines 507 B
import { Request, Response } from "express"; export declare const addTagToConversation: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const removeTagFromConversation: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const listTagsForConversation: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; //# sourceMappingURL=conversationTagController.d.ts.map