5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
/**
|
|
* The string that should be used to search for the support account, regardless of the environment
|
|
*/
|
|
export const SUPPORT_DISPLAY_NAME = '[email protected]';
|