Type alias ReducedZodChannel<T, TReducerSchema>

ReducedZodChannel<T, TReducerSchema>: T & {
    lg_reducer_schema: TReducerSchema;
}

Type Parameters

  • T extends InteropZodType
  • TReducerSchema extends InteropZodType

Type declaration