Interface CloseOptions

This interface is deprecated and will be removed in a future release as it is not used in the driver

interface CloseOptions {
    force?: boolean;
}

Properties

Properties

force?: boolean