2025-01-08 14:59:04 +01:00

8 lines
117 B
Swift

final class TagOverview: Tag {
override var itemId: ItemId {
.init(type: .tagOverview, id: id)
}
}