PatchInfo<T>: {
    after: Doc<T>;
    before: Doc<T>;
    source: PatchSource;
}

Type Parameters

  • T

Type declaration

Generated using TypeDoc