UNPKG

@updatedev/js

Version:

Update JavaScript SDK

11 lines 435 B
import { UpdateClientOptions } from './types/options'; import { UpdateBillingClient } from './UpdateBilling'; import { UpdateEntitlements } from './UpdateEntitlements'; export declare class UpdateClient { private readonly apiKey; billing: UpdateBillingClient; entitlements: UpdateEntitlements; constructor(apiKey: string, options: UpdateClientOptions); private getEnvironment; } //# sourceMappingURL=Update.d.ts.map