Skip to content

Commit

Permalink
fix: update import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rijarobinson authored and pheekus committed Jan 17, 2024
1 parent 4f290f3 commit 4c7bf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/customer/getNextTransactionDateConstraints.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { CustomerPortalSettings } from './Graph/customer_portal_settings';
import type { Resource } from '../core/Resource/Resource';
import type { Subscription } from './Graph/subscription';
import { getNextTransactionDateConstraints as backendUtility } from '../backend/getNextTransactionDateConstraints';
import { getNextTransactionDateConstraints as backendUtility } from '../backend/getNextTransactionDateConstraints.js';

type BackendRules = Parameters<typeof backendUtility>[1];
type Rules = Resource<CustomerPortalSettings>['subscriptions']['allow_next_date_modification'];
Expand Down

0 comments on commit 4c7bf0d

Please sign in to comment.