UNPKG

@cowprotocol/cow-sdk

Version:

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

11 lines (10 loc) • 134 B
/** * The total surplus. * */ export type TotalSurplus = { /** * The total surplus. */ totalSurplus?: string; };