????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/util/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/util/ApplyValueTransformers.d.ts |
import { ValueTransformer } from "../decorator/options/ValueTransformer"; export declare class ApplyValueTransformers { static transformFrom(transformer: ValueTransformer | ValueTransformer[], databaseValue: any): any; static transformTo(transformer: ValueTransformer | ValueTransformer[], entityValue: any): any; }