diff --git a/README.md b/README.md index 9567cb4..993e727 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,8 @@ public enum ResourceObjectDescription2: JSONAPI.ResourceObjectDescription { case wholeOtherThing = "coolProperty" } } + + public typealias Relationships = NoRelationships } ```