Interface WatchOptionsBase

interface WatchOptionsBase {
    flush?: "pre" | "sync";
}

Hierarchy (view full)

Properties

Properties

flush?: "pre" | "sync"