@transcend-io/typescript-webhook-example
Version:
Example of a webhook that can be integrated with Transcend.
11 lines • 365 B
TypeScript
/**
* Check user against legal hold
* Is there a reason why we can't fulfill this request right now?
*
* Since this is a demo, it just checks for name+legalhold@example.com
*
* @param email - Email to check
* @returns True if on legal hold
*/
export declare function checkForLegalHold(email: string): boolean;
//# sourceMappingURL=checkForLegalHold.d.ts.map