UNPKG

cakemail-mcp-server

Version:

Enterprise MCP server for Cakemail API integration with Claude AI - includes comprehensive template management, list management, sub-account management, BEEeditor visual email design, and advanced analytics

8 lines 386 B
export declare function validateEmail(email: string): boolean; export declare function validatePassword(password: string | boolean): boolean; /** * Normalize account_id to a valid integer or undefined. * Returns undefined if input is not a valid positive integer. */ export declare function normalizeAccountId(input: any): number | undefined; //# sourceMappingURL=validation.d.ts.map