mirror of https://github.com/ghostfolio/ghostfolio
14 changed files with 21 additions and 21 deletions
@ -1,4 +1,4 @@ |
|||||
import { DateQuery } from '@ghostfolio/api/app/core/date-query.interface'; |
import { DateQuery } from '@ghostfolio/api/app/core/interfaces/date-query.interface'; |
||||
import { Currency } from '@prisma/client'; |
import { Currency } from '@prisma/client'; |
||||
|
|
||||
export interface GetValuesParams { |
export interface GetValuesParams { |
@ -1,6 +1,6 @@ |
|||||
export type Accuracy = 'year' | 'month' | 'day'; |
export type Accuracy = 'year' | 'month' | 'day'; |
||||
|
|
||||
export interface TimelineSpecification { |
export interface TimelineSpecification { |
||||
start: string; |
|
||||
accuracy: Accuracy; |
accuracy: Accuracy; |
||||
|
start: string; |
||||
} |
} |
@ -1,4 +1,4 @@ |
|||||
import { TransactionPointSymbol } from '@ghostfolio/api/app/core/transaction-point-symbol'; |
import { TransactionPointSymbol } from '@ghostfolio/api/app/core/interfaces/transaction-point-symbol.interface'; |
||||
|
|
||||
export interface TransactionPoint { |
export interface TransactionPoint { |
||||
date: string; |
date: string; |
Loading…
Reference in new issue