UNPKG

skailan-contacts

Version:

Servicio de gestión de contactos para Skailan

7 lines 698 B
import { Request, Response } from 'express'; export declare const createTag: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const getTagById: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const listTags: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const updateTag: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const deleteTag: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; //# sourceMappingURL=tagController.d.ts.map