interface OpOpts {
    sync?: boolean;
}

Properties

Properties

sync?: boolean