mirror of https://github.com/ghostfolio/ghostfolio
4 changed files with 9 additions and 12 deletions
@ -1,5 +1,5 @@ |
|||
import { Tag } from '@prisma/client'; |
|||
|
|||
export interface CreateOrUpdateTagDialogParams { |
|||
tag: Pick<Tag, 'id' | 'name'>; |
|||
tag?: Pick<Tag, 'id' | 'name'>; |
|||
} |
|||
|
|||
Loading…
Reference in new issue