fix: refactor away subtitleParam

This commit is contained in:
Christel Westerberg
2024-09-06 11:34:58 +02:00
parent df38a718b5
commit 1b8cc891c9
4 changed files with 29 additions and 28 deletions

View File

@@ -1,7 +1,6 @@
interface PointsOrNightColumn {
title?: string
subtitle?: string
subtitleParam?: string
}
export interface PointsColumn extends PointsOrNightColumn {