UNPKG

@sinch/mcp

Version:

Sinch MCP server

7 lines (6 loc) 246 B
import { PromptResponse } from '../../types'; export type MailgunCredentials = { domain: string; apiKey: string; }; export declare const getMailgunCredentials: (domain: string | undefined) => Promise<MailgunCredentials | PromptResponse>;