7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
|
/**
|
||
|
* The namespace of the i18n/translation keys.
|
||
|
*
|
||
|
* @type {string}
|
||
|
*/
|
||
|
export const _TNS = 'deepLinking';
|