From 1b741960b9d2916eb602096a80f73d0dcbf1c53e Mon Sep 17 00:00:00 2001 From: Vansh Date: Mon, 20 Oct 2025 22:51:09 +0530 Subject: [PATCH] fix: maintained the alphabetical order --- apps/client/src/app/services/data.service.ts | 2 +- libs/common/src/lib/interfaces/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/app/services/data.service.ts b/apps/client/src/app/services/data.service.ts index f354075c0..6483cd40f 100644 --- a/apps/client/src/app/services/data.service.ts +++ b/apps/client/src/app/services/data.service.ts @@ -30,6 +30,7 @@ import { AiPromptResponse, ApiKeyResponse, AssetProfileIdentifier, + AssetResponse, BenchmarkMarketDataDetailsResponse, BenchmarkResponse, DataProviderHealthResponse, @@ -38,7 +39,6 @@ import { ImportResponse, InfoItem, LookupResponse, - AssetResponse, MarketDataDetailsResponse, MarketDataOfMarketsResponse, OAuthResponse, diff --git a/libs/common/src/lib/interfaces/index.ts b/libs/common/src/lib/interfaces/index.ts index 60610443a..86a419c2d 100644 --- a/libs/common/src/lib/interfaces/index.ts +++ b/libs/common/src/lib/interfaces/index.ts @@ -89,9 +89,9 @@ export { AdminUsers, AiPromptResponse, ApiKeyResponse, - AssetResponse, AssetClassSelectorOption, AssetProfileIdentifier, + AssetResponse, Benchmark, BenchmarkMarketDataDetailsResponse, BenchmarkProperty,