import { Order, UserId } from '../..'; export interface RavenExchangeOrder extends Order { userId: UserId; }