0.10.0 • Published 2 years ago
@underline/ts-webhooks v0.10.0
ts-webhooks
Underline TypeScript Webhooks definitions.
Installation
yarn add @underline/ts-webhooks
Usage
import { EventUserUpdated, camelcaseKeys } from '@underline/ts-webhooks';
const payload = { /* ... */ };
const event = EventUserUpdated.fromJSON(camelcaseKeys(payload));