@paddle/paddle-node-sdk
Version:
A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.
7 lines (6 loc) • 329 B
TypeScript
import { Simulation } from '../../entities/index.js';
import { type ISimulationResponse } from '../../types/index.js';
import { Collection } from '../../internal/base/index.js';
export declare class SimulationCollection extends Collection<ISimulationResponse, Simulation> {
fromJson(data: ISimulationResponse): Simulation;
}