Function overrideCompute

  • Overrides an existing compute schema with provided partial updates.

    Type Parameters

    • T extends unknown = any

    Parameters

    • computeSchema: TComputeSchema<T>

      Partial compute schema with updates to be applied to the existing compute configuration.

    Returns IComputeSchema<any>