mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
* Revert "7f7efbb94bab8574e42d942ad82d414e007b2970" Code style changes should probably be part of a PR
7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
import { ServerLiveSettings } from '../common/adminInterfaces';
|
|
|
|
export const liveSettings: ServerLiveSettings = {
|
|
updating: false,
|
|
shutdown: false,
|
|
};
|