| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/cli/lib/schematics/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/cli/lib/schematics/schematic.option.d.ts |
export declare class SchematicOption {
private name;
private value;
private keepInputNameFormat;
constructor(name: string, value: boolean | string, keepInputNameFormat?: boolean);
toCommandString(): string;
private format;
}