UNPKG

@pipedream/neverbounce

Version:

Pipedream NeverBounce Components

15 lines (14 loc) 566 B
import { VerifyEmailParams, VerifyEmailResponse } from "../../common/types.js"; declare const _default: import("@pipedream/types").Action<unknown, { neverbounce: import("@pipedream/types").App<{ _baseUrl(): string; _httpRequest({ $, endpoint, params, }: import("../../common/types.js").HttpRequestParams): Promise<object>; verifyEmailAddress(args: VerifyEmailParams): Promise<VerifyEmailResponse>; }, unknown>; email: { label: string; description: string; type: string; }; }>; export default _default;