7
0
mirror of https://github.com/pelican-dev/panel.git synced 2025-06-15 18:41:07 +02:00
2020-08-13 20:47:16 -07:00

11 lines
318 B
TypeScript

export enum SocketEvent {
DAEMON_MESSAGE = 'daemon message',
INSTALL_OUTPUT = 'install output',
INSTALL_STARTED = 'install started',
INSTALL_COMPLETED = 'install completed',
CONSOLE_OUTPUT = 'console output',
STATUS = 'status',
STATS = 'stats',
BACKUP_COMPLETED = 'backup completed',
}