Variable ServerSignalConst

ServerSignal: {
    KILL: string;
    RESTART: string;
    START: string;
    STOP: string;
} = ...