UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

3 lines (2 loc) 120 B
import { SendInput, SendOutput } from '../types'; export declare const send: (input: SendInput) => Promise<SendOutput>;