/**
 * 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;
