Move Sampleable into its own Package.

This commit is contained in:
Mathew Polzin
2019-01-29 00:44:31 -08:00
parent f48c385f99
commit ea663bb229
10 changed files with 19 additions and 110 deletions
@@ -7,6 +7,7 @@
import Foundation
import AnyCodable
import Sampleable
public typealias SampleableOpenAPIType = Sampleable & GenericOpenAPINodeType