export interface LastPriceInstrument { 'figi'?: (string); 'instrumentId'?: (string); } export interface LastPriceInstrument__Output { 'figi': (string); 'instrumentId': (string); }