UNPKG

@webilix/nestjs-helper

Version:

Helper library for NestJS

9 lines 358 B
import { Formats } from '../../formats'; import { IExportColumn, IExportMethod } from '../export.interface'; export interface IExportStringColumn extends IExportColumn { type: 'STRING'; english?: boolean; format?: Formats; } export declare const ExportStringMethod: IExportMethod<IExportStringColumn, string>; //# sourceMappingURL=string.d.ts.map