This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
version.tribalwarshelp.com/src/config/app.ts

7 lines
109 B
TypeScript
Raw Normal View History

2020-11-01 14:19:49 +00:00
export const DEFAULT_LANGUAGE = 'en';
export const SERVER_STATUS = {
CLOSED: 'closed',
OPEN: 'open',
};