mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
Remove BodyData which just aliased Body.Data
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user