diff --git a/Sources/JSONAPI/Document/Document.swift b/Sources/JSONAPI/Document/Document.swift index 5fb7810..f90f5f3 100644 --- a/Sources/JSONAPI/Document/Document.swift +++ b/Sources/JSONAPI/Document/Document.swift @@ -13,7 +13,6 @@ public protocol JSONAPIDocument: Codable, Equatable { associatedtype Error: JSONAPIError typealias Body = Document.Body - typealias BodyData = Body.Data var body: Body { get } }