mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-31 19:38:49 +00:00
6 lines
130 B
Swift
6 lines
130 B
Swift
import Foundation
|
|
|
|
public struct StatusContext: Decodable {
|
|
public let ancestors: [Status]
|
|
public let descendants: [Status]
|
|
}
|