blob: fb375ddbb23f3c7a8b7270949618e604ec76bc3e [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
import Foundation
public struct DatabaseId {
let name: String
let blessing: String
}
public struct CollectionId {
let name: String
let blessing: String
}