export default interface BookRequest { symbol: string; limit?: number; }