//
// Copyright © 2024 Nevis Security AG. All rights reserved.
//

import NevisMobileAuthentication

struct TypedServer: Server {
	// MARK: Properties

	let baseUrl: URL
}
