package com.abe762.loop_backend.shared.service;

public enum StatusNotification {
    OK, ERROR, UNAUTHORIZED;
}
