import { IParameterObject } from '../interfaces'; export type TRenderFunction = (parts: IParameterObject) => string;