Interface SaveOptions

interface SaveOptions {
    mustMatchEtag?: boolean;
}

Hierarchy (view full)

Properties

Properties

mustMatchEtag?: boolean