UNPKG

@damien-thiesson/typeorm-fixtures-cli

Version:

TypeORM fixtures CLI - Fork with disabled faker in production

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>; }