interface EngineServerSymbolsQueryParams {
    product_type?: EngineServerProductType;
    product_ids?: number[];
}

Properties

product_ids?: number[]