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