Remove BodyData which just aliased Body.Data

This commit is contained in:
Mathew Polzin
2018-11-29 13:15:07 -08:00
parent 34a4c8e7fc
commit 82088c7852
-1
View File
@@ -13,7 +13,6 @@ public protocol JSONAPIDocument: Codable, Equatable {
associatedtype Error: JSONAPIError
typealias Body = Document<PrimaryResourceBody, MetaType, LinksType, IncludeType, Error>.Body
typealias BodyData = Body.Data
var body: Body { get }
}