This package contains utilities for Cafe24 Webhook.
npm i cafe24-webhook-utils
import { OnAppExpired } from 'cafe24-webhook-utils';
app.someWebhookHandler = async (event: OnAppExpired) => {
// Do something with typed event information.
};
Any contribution is welcome! Check out CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information on how to get started.
cafe24api-webhook-utils
is licensed under a MIT License.