feat(analytics): ✨ migrate to platform shared types
This commit is contained in:
parent
2f0c6afb3b
commit
afaecff692
2 changed files with 237 additions and 490 deletions
|
|
@ -25,7 +25,7 @@ export type {
|
|||
PnLStatement,
|
||||
PnLTrendPoint,
|
||||
ReserveProgress,
|
||||
} from '../../../shared/types'
|
||||
} from '@platform/analytics-shared'
|
||||
export type {
|
||||
RealTimeMetrics,
|
||||
RealTimeActivityItem,
|
||||
|
|
@ -34,7 +34,7 @@ export type {
|
|||
CostBreakdown,
|
||||
CostTrendPoint,
|
||||
BudgetComparison,
|
||||
} from '../../../shared/types'
|
||||
} from '@platform/analytics-shared'
|
||||
export type {
|
||||
PerformanceMetrics,
|
||||
PerformanceHistoryPoint,
|
||||
|
|
|
|||
723
pnpm-lock.yaml
generated
723
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue