import { CONTRACT_CONSTANTS } from '../../'

export type IPricingProvider =
	(typeof CONTRACT_CONSTANTS.PRICING_PROVIDER)[number]
