UNPKG

@ma3-pro-plugins/ma3-ts-plugin-builder

Version:
18 lines (17 loc) 285 B
/** * Translate Interface * ===================== * * @contributors: Erez Makavy [@hepiyellow] <hepi@ma3-pro-plugins.com> * * @license: MIT License * */ /** * Translate Interface * ===================== * */ export interface TranslateParamsInterface { name?: string; }