skailan-ai
Version:
Servicio de IA y procesamiento de lenguaje natural para Skailan
7 lines • 716 B
TypeScript
import { Request, Response } from "express";
export declare const createPrompt: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const getPromptById: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const listPrompts: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const updatePrompt: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const deletePrompt: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
//# sourceMappingURL=promptController.d.ts.map