UNPKG

@sinch/mcp

Version:

Sinch MCP server

9 lines (8 loc) 284 B
import { Conversation } from '@sinch/conversation'; export declare const formatListAllTemplatesResponse: (data: Conversation.V2ListTemplatesResponse) => { id: string; description?: string; version: number; defaultTranslation: string; translations?: string[]; }[];