billoget-sdk
Version:
Official Node.js SDK for Billoget Public API - Complete budget, customer, and product management with approval workflows and UBS support
10 lines • 419 B
TypeScript
import { HttpClient } from "../utils/http-client";
import { WebhookTestRequest, WebhookTestResponse } from "../types/query";
import { ApiResponse } from "../types";
export declare class WebhooksService {
private httpClient;
private readonly basePath;
constructor(httpClient: HttpClient);
test(data: WebhookTestRequest): Promise<ApiResponse<WebhookTestResponse>>;
}
//# sourceMappingURL=webhooks.d.ts.map