UNPKG

@cowprotocol/cow-sdk

Version:

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

8 lines (7 loc) • 168 B
import type { AppData } from './AppData'; /** * An `appData` document that is registered with the API. */ export type AppDataObject = { fullAppData?: AppData; };