interface Options {
    driver?: Driver;
}

Properties

Properties

driver?: Driver