metatext/DB/Sources/DB/Entities/MoreResults.swift
2021-01-24 23:42:39 -08:00

8 lines
148 B
Swift

// Copyright © 2021 Metabolist. All rights reserved.
import Foundation
public struct MoreResults: Hashable {
public let scope: SearchScope
}