Files
jitsi-meet/react/features/deep-linking/constants.ts
Robert Pintilii 247c54b6c6 ref(TS) Convert constants tiles to TS (#12148)
Remove unnecessary ts-ignores
2022-09-09 12:22:30 +03:00

7 lines
111 B
TypeScript

/**
* The namespace of the i18n/translation keys.
*
* @type {string}
*/
export const _TNS = 'deepLinking';