Parse optional category presets

This commit is contained in:
Davide De Rosa 2019-05-02 12:00:47 +02:00
parent 22dfb42bfa
commit 77eff6373b
1 changed files with 2 additions and 0 deletions

View File

@ -29,4 +29,6 @@ public struct PoolCategory: Codable {
public let name: String
public let groups: [PoolGroup]
public let presets: [String]?
}