@dokieli/web-access-control - v1.0.0
    Preparing search index...

    Interface ApplyOptions

    interface ApplyOptions {
        contentType?: PatchContentType;
        fetch?: FetchLike;
    }
    Index
    contentType?: PatchContentType

    skip Accept-Patch negotiation and use this serialization

    fetch?: FetchLike