import { IUpdateVector } from '../interfaces'; export type TPrepareUpdateVectorFunction = (updateVector: IUpdateVector) => IUpdateVector;