/** * @publicApi */ export type CustomParamFactory = (data: TData, input: TInput) => TOutput;