Interface SnapIndexEditSessionHookOptions<T>

interface SnapIndexEditSessionHookOptions<T> {
    inner?: EditWorkflowOptimisticHooks<T>;
}

Type Parameters

  • T = Record<string, unknown>

Properties

Properties

Hooks to compose with; index maintenance runs before delegation.