UNPKG

express-msteams-host

Version:
6 lines (5 loc) 239 B
/** * Decorator function for Outgoing Webhooks * @param endpoint The endpoint which the Webhook should listen to (typically '/api/webhook') */ export declare function OutgoingWebhookDeclaration(endpoint: string): (target: any) => void;