namespace LightlessSync.LightlessConfiguration.Models; public enum NotificationLocation { Nowhere, Chat, Toast, Both, LightlessUi, ChatAndLightlessUi, TextOverlay, } public enum NotificationType { Info, Warning, Error, PairRequest, Download, Performance } public enum NotificationCorner { Right, Left }