export interface IAlunaSymbolSchema { exchangeId: string; id: string; name?: string; slug?: string; alias?: string; meta: any; }