import Foundation

struct RecordOptions {

    let directory: String?
    let subDirectory: String?

}
