UNPKG

@sinch/mcp

Version:

Sinch MCP server

4 lines (3 loc) 205 B
import { PromptResponse } from './types'; export declare const isPromptResponse: (x: any) => x is PromptResponse; export declare const hasMatchingTag: (tags: string[], filteringTags: string[]) => boolean;