import Foundation

struct RecordOptions {

    public let directory: String?
    public let subDirectory: String?

}
