UNPKG

typescript-webhook-example

Version:

Example of a webhook that can be integrated with Transcend.

6 lines (5 loc) 166 B
export * from './checkForLegalHold'; export * from './checkIfFraudster'; export * from './lookUpUser'; export * from './enrichUser'; export * from './verifyWebhook';