import Foundation
import ExpoModulesCore

internal struct ScrubbingModeOptions: Record {
  @Field
  var scrubbingModeEnabled: Bool = false
}
