@ptkdev/node-cli-boilerplate
Version:
Create node cli with this user friendly boilerplate. Use this respository as template for your new npm command line interface project
18 lines (17 loc) • 297 B
TypeScript
/**
* Translate Interface
* =====================
*
* @contributors: Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)
*
* @license: MIT License
*
*/
/**
* Translate Interface
* =====================
*
*/
export interface TranslateParamsInterface {
name?: string;
}