UNPKG

@cowprotocol/cow-sdk

Version:

## 📚 [Docs website](https://docs.cow.fi/)

8 lines (7 loc) • 264 B
import type { PriceImprovement } from './PriceImprovement'; import type { Surplus } from './Surplus'; import type { Volume } from './Volume'; /** * Defines the ways to calculate the protocol fee. */ export type FeePolicy = (Surplus | Volume | PriceImprovement);