Type alias RefinementEffect<T>

RefinementEffect<T>: {
    refinement: ((arg, ctx) => any);
    type: "refinement";
}

Type Parameters

  • T

Type declaration

  • refinement: ((arg, ctx) => any)
  • type: "refinement"

Generated using TypeDoc