UNPKG

@webilix/nestjs-helper

Version:

Helper library for NestJS

8 lines 317 B
import { IExportColumn, IExportMethod } from '../export.interface'; export interface IExportBooleanColumn extends IExportColumn { type: 'BOOLEAN'; true?: string; false?: string; } export declare const ExportBooleanMethod: IExportMethod<IExportBooleanColumn, boolean>; //# sourceMappingURL=boolean.d.ts.map