mirror of https://github.com/ghostfolio/ghostfolio
3 changed files with 5 additions and 5 deletions
@ -1,5 +1,5 @@ |
|||||
import { Platform } from '@prisma/client'; |
import { Platform } from '@prisma/client'; |
||||
|
|
||||
export interface CreateOrUpdatePlatformDialogParams { |
export interface CreateOrUpdatePlatformDialogParams { |
||||
platform: Platform; |
platform?: Platform; |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue