UpdateDescription: {
    removedFields: string[];
    updatedFields: Record<string, unknown>;
}

A detailed description of an update performed on a document.

Type declaration

  • removedFields: string[]

    Names of fields that got removed.

  • updatedFields: Record<string, unknown>

    Names of fields that got updated.

Generated using TypeDoc