tweb/src/config/app.ts

11 lines
186 B
TypeScript
Raw Normal View History

2021-02-13 16:32:10 +01:00
const App = {
id: 1025907,
hash: '452b0359b988148995f22ff0f4229750',
version: '0.4.0',
2021-03-28 20:37:11 +02:00
langPackVersion: '0.0.5',
2021-02-13 16:32:10 +01:00
domains: [] as string[],
baseDcId: 2
};
export default App;