diff --git a/Sources/ContributeWordPress/Decoding/PostsExportDecoder.swift b/Sources/ContributeWordPress/Decoding/PostsExportDecoder.swift index 8e2256f1..d5191021 100644 --- a/Sources/ContributeWordPress/Decoding/PostsExportDecoder.swift +++ b/Sources/ContributeWordPress/Decoding/PostsExportDecoder.swift @@ -5,9 +5,10 @@ import SyndiKit import FoundationNetworking #endif + +// @Leo, I just used this instead, it makes the dictionary more clear +// do you have any idea where to put this? public typealias SectionName = String -/// A dictionary of WordPress posts keyed by section name. -public typealias SectionPostDictionary = [SectionName: [WordPressPost]] /// A protocol for decoding WordPress posts from exports. public protocol PostsExportDecoder {