metatext/Model/TransientStatusCollection.swift

8 lines
139 B
Swift
Raw Normal View History

// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
2020-08-18 05:13:37 +00:00
struct TransientStatusCollection: Codable {
let id: String
}