blob: 2151314349bd2a460802541795490c24ca1f99ee (
plain) (
blame)
1
2
3
4
5
6
7
|
struct DanbooruMediaAssetVariant: Decodable {
let type: String
let url: String
let width: Int
let height: Int
let file_ext: String // swiftlint:disable:this identifier_name
}
|