Skip to content

Commit 82088c7

Browse files
committed
Remove BodyData which just aliased Body.Data
1 parent 34a4c8e commit 82088c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/JSONAPI/Document/Document.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public protocol JSONAPIDocument: Codable, Equatable {
1313
associatedtype Error: JSONAPIError
1414

1515
typealias Body = Document<PrimaryResourceBody, MetaType, LinksType, IncludeType, Error>.Body
16-
typealias BodyData = Body.Data
1716

1817
var body: Body { get }
1918
}

0 commit comments

Comments
 (0)