import { AccountBalanceHistoryTypes } from '@anthor/entities-types'; export interface ProvisionCreditInput { companyId: string; activityId: string; type: AccountBalanceHistoryTypes.ACTIVITY_CREATED | AccountBalanceHistoryTypes.ACTIVITY_CANCELLED; }