UNPKG

typeorm-fixtures-cli

Version:

[![CircleCI](https://circleci.com/gh/RobinCK/typeorm-fixtures.svg?style=svg)](https://circleci.com/gh/RobinCK/typeorm-fixtures) ![GitHub CI](https://github.com/RobinCK/typeorm-fixtures/workflows/Build%20CI/badge.svg?branch=master) [![OpenCollective](https

5 lines (4 loc) 164 B
export interface IProcessor<T> { preProcess?(name: string, object: any): any | Promise<any>; postProcess?(name: string, object: T): void | Promise<void>; }