import { TUpdateFunction } from './update-function'; export type TUpdateVectorWithCustomState = UpdateFunction extends TUpdateFunction ? UpdateVectorWithCustomState : never;