Browse Source

fix: maintained the alphabetical order

pull/5804/head
Vansh 2 weeks ago
parent
commit
1b741960b9
  1. 2
      apps/client/src/app/services/data.service.ts
  2. 2
      libs/common/src/lib/interfaces/index.ts

2
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,

2
libs/common/src/lib/interfaces/index.ts

@ -89,9 +89,9 @@ export {
AdminUsers,
AiPromptResponse,
ApiKeyResponse,
AssetResponse,
AssetClassSelectorOption,
AssetProfileIdentifier,
AssetResponse,
Benchmark,
BenchmarkMarketDataDetailsResponse,
BenchmarkProperty,

Loading…
Cancel
Save