@underline/ts-webhooks
TypeScript icon, indicating that this package has built-in type declarations

0.10.0 • Public • Published

ts-webhooks

CI

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));

Readme

Keywords

none

Package Sidebar

Install

npm i @underline/ts-webhooks

Weekly Downloads

1

Version

0.10.0

License

UNLICENSED

Unpacked Size

268 kB

Total Files

35

Last publish

Collaborators

  • josemarluedke