/** * Translate Interface * ===================== * * @contributors: Patryk Rzucidło [@ptkdev] (https://ptk.dev) * * @license: MIT License * */ /** * Translate Interface * ===================== * */ export interface TranslateParamsInterface { app_name?: string; name?: string; }