interface INotificationLocale {
    "Notification.200.Title": string;
    "Notification.200.Message": string;
    "Notification.200.Login.Title": string;
    "Notification.200.Login.Message": string;
    "Notification.201.Title": string;
    "Notification.201.Message": string;
    "Notification.202.Title": string;
    "Notification.202.Message": string;
    "Notification.204.Title": string;
    "Notification.204.Message": string;
    "Notification.204.Delete.Title": string;
    "Notification.204.Delete.Message": string;
    "Notification.301.Title": string;
    "Notification.301.Message": string;
    "Notification.302.Title": string;
    "Notification.302.Message": string;
    "Notification.304.Title": string;
    "Notification.304.Message": string;
    "Notification.307.Title": string;
    "Notification.307.Message": string;
    "Notification.400.Title": string;
    "Notification.400.Message": string;
    "Notification.401.Title": string;
    "Notification.401.Message": string;
    "Notification.403.Title": string;
    "Notification.403.Message": string;
    "Notification.404.Title": string;
    "Notification.404.Message": string;
    "Notification.405.Title": string;
    "Notification.405.Message": string;
    "Notification.406.Title": string;
    "Notification.406.Message": string;
    "Notification.408.Title": string;
    "Notification.408.Message": string;
    "Notification.409.Title": string;
    "Notification.409.Message": string;
    "Notification.410.Title": string;
    "Notification.410.Message": string;
    "Notification.413.Title": string;
    "Notification.413.Message": string;
    "Notification.415.Title": string;
    "Notification.415.Message": string;
    "Notification.429.Title": string;
    "Notification.429.Message": string;
    "Notification.500.Title": string;
    "Notification.500.Message": string;
    "Notification.501.Title": string;
    "Notification.501.Message": string;
    "Notification.502.Title": string;
    "Notification.502.Message": string;
    "Notification.503.Title": string;
    "Notification.503.Message": string;
    "Notification.504.Title": string;
    "Notification.504.Message": string;
    "Notification.505.Title": string;
    "Notification.505.Message": string;
}
export default INotificationLocale;
