0.10.0 • Published 2 years ago

@underline/ts-webhooks v0.10.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

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

2 years ago

0.9.0

2 years ago

0.8.1

3 years ago

0.6.3

4 years ago

0.4.0

4 years ago

0.6.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago