Parse optional category presets
This commit is contained in:
parent
22dfb42bfa
commit
77eff6373b
|
@ -29,4 +29,6 @@ public struct PoolCategory: Codable {
|
||||||
public let name: String
|
public let name: String
|
||||||
|
|
||||||
public let groups: [PoolGroup]
|
public let groups: [PoolGroup]
|
||||||
|
|
||||||
|
public let presets: [String]?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue