// This file has been generated by Specta. DO NOT EDIT.
import Foundation
public struct MyOtherType: Codable {
public let otherField: String
private enum CodingKeys: String, CodingKey {
case otherField = "other_field"
}
}
public struct MyType: Codable {
public let field: MyOtherType
}