parent
47d71405e1
commit
a90c314e30
@ -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';
|
||||
|
||||
export interface GetValuesParams {
|
@ -1,6 +1,6 @@
|
||||
export type Accuracy = 'year' | 'month' | 'day';
|
||||
|
||||
export interface TimelineSpecification {
|
||||
start: string;
|
||||
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 {
|
||||
date: string;
|
Loading…
Reference in new issue