UNPKG

@cowprotocol/cow-sdk

Version:

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

8 lines (7 loc) • 231 B
/** * The string encoding of a JSON object representing some `appData`. The * format of the JSON expected in the `appData` field is defined * [here](https://github.com/cowprotocol/app-data). * */ export type AppData = string;