Type alias ApplyOptions<T>

ApplyOptions<T>: {
    patchCallback?: PatchCallback<T>;
}

Type Parameters

  • T

    The type of value contained in the document

Type declaration

Generated using TypeDoc