????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/utils/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/utils/transformer.d.ts |
import { ValueTransformer } from 'typeorm'; export declare class StringArrayTransformer implements ValueTransformer { to(value: Array<string>): string; from(value: string): Array<string>; }