mirror of https://github.com/ghostfolio/ghostfolio
4 changed files with 6 additions and 7 deletions
@ -1,4 +1,4 @@ |
|||
export type ToggleOption = { |
|||
export interface ToggleOption { |
|||
label: string; |
|||
value: string; |
|||
}; |
|||
} |
|||
|
Loading…
Reference in new issue