@transcend-io/typescript-webhook-example
Version:
Example of a webhook that can be integrated with Transcend.
11 lines • 330 B
TypeScript
/**
* Check user against fraud systems
* Is this user suspected of fraud?
*
* Since this is a demo, it just checks for name+fraud@example.com
*
* @param email - Email to look up
* @returns True if fraudster
*/
export declare function checkIfFraudster(email: string): boolean;
//# sourceMappingURL=checkIfFraudster.d.ts.map