????

Your IP : 3.135.201.190


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/utils/
Upload File :
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>;
}