interface GetEngineSymbolsParams {
    productType?: ProductEngineType;
    productIds?: number[];
}

Properties

productType?: ProductEngineType
productIds?: number[]