UNPKG

@transcend-io/typescript-webhook-example

Version:

Example of a webhook that can be integrated with Transcend.

9 lines 362 B
/** * Process an enrichment request - turn one identifier into many * * @param userIdentifier - User identifier * @param nonce - Nonce to respond with * @param requestLink - Link to request */ export default function scheduleEnricher(userIdentifier: string, nonce: string, requestLink: string): Promise<void>; //# sourceMappingURL=scheduleEnricher.d.ts.map