|
|
|
|
@ -10,7 +10,6 @@ import type {
|
|
|
|
|
import type { AdminUsers } from './admin-users.interface';
|
|
|
|
|
import type { AssetClassSelectorOption } from './asset-class-selector-option.interface';
|
|
|
|
|
import type { AssetProfileIdentifier } from './asset-profile-identifier.interface';
|
|
|
|
|
import type { BenchmarkMarketDataDetails } from './benchmark-market-data-details.interface';
|
|
|
|
|
import type { BenchmarkProperty } from './benchmark-property.interface';
|
|
|
|
|
import type { Benchmark } from './benchmark.interface';
|
|
|
|
|
import type { Coupon } from './coupon.interface';
|
|
|
|
|
@ -41,6 +40,7 @@ import type { AccountBalancesResponse } from './responses/account-balances-respo
|
|
|
|
|
import type { AccountsResponse } from './responses/accounts-response.interface';
|
|
|
|
|
import type { AiPromptResponse } from './responses/ai-prompt-response.interface';
|
|
|
|
|
import type { ApiKeyResponse } from './responses/api-key-response.interface';
|
|
|
|
|
import type { BenchmarkMarketDataDetailsResponse } from './responses/benchmark-market-data-details-response.interface';
|
|
|
|
|
import type { BenchmarkResponse } from './responses/benchmark-response.interface';
|
|
|
|
|
import type { DataEnhancerHealthResponse } from './responses/data-enhancer-health-response.interface';
|
|
|
|
|
import type { DataProviderGhostfolioAssetProfileResponse } from './responses/data-provider-ghostfolio-asset-profile-response.interface';
|
|
|
|
|
@ -91,7 +91,7 @@ export {
|
|
|
|
|
AssetClassSelectorOption,
|
|
|
|
|
AssetProfileIdentifier,
|
|
|
|
|
Benchmark,
|
|
|
|
|
BenchmarkMarketDataDetails,
|
|
|
|
|
BenchmarkMarketDataDetailsResponse,
|
|
|
|
|
BenchmarkProperty,
|
|
|
|
|
BenchmarkResponse,
|
|
|
|
|
Coupon,
|
|
|
|
|
|