Files
2026-06-13 17:36:44 -07:00

11 lines
411 B
JavaScript

// File generated from our OpenAPI spec
import { ActiveEntitlementResource, } from './ActiveEntitlements.js';
import { FeatureResource, } from './Features.js';
export class Entitlements {
constructor(stripe) {
this.stripe = stripe;
this.activeEntitlements = new ActiveEntitlementResource(stripe);
this.features = new FeatureResource(stripe);
}
}
//# sourceMappingURL=index.js.map