|
|
@ -3,7 +3,7 @@ import { ColorScheme } from '@ghostfolio/common/types'; |
|
|
import { DataSource } from '@prisma/client'; |
|
|
import { DataSource } from '@prisma/client'; |
|
|
|
|
|
|
|
|
export interface BenchmarkDetailDialogParams { |
|
|
export interface BenchmarkDetailDialogParams { |
|
|
colorScheme: ColorScheme; |
|
|
colorScheme?: ColorScheme; |
|
|
dataSource: DataSource; |
|
|
dataSource: DataSource; |
|
|
deviceType: string; |
|
|
deviceType: string; |
|
|
locale: string; |
|
|
locale: string; |
|
|
|