UNPKG

@paddle/paddle-node-sdk

Version:

A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.

10 lines (9 loc) 346 B
import { type IEventName } from '../../notifications/index.js'; import { type IEventTypeResponse } from '../../types/index.js'; export declare class EventType { readonly name: IEventName; readonly description: string; readonly group: string; readonly availableVersions: number[]; constructor(eventType: IEventTypeResponse); }