UseTags public struct UseTags : Codable, Equatable tags Declaration Swift public let tags: [Tag] active Declaration Swift public let active: Bool clickable Declaration Swift public let clickable: Bool categories Declaration Swift public let categories: [Category] filteringLogic Declaration Swift public let filteringLogic: String init(from:) Declaration Swift public init(from decoder: any Decoder) throws