package hr.com.port.ips.eracun.provider.model.status;

public enum TransportStatus {
    PENDING, SENT, DELIVERED, FAILED, UNKNOWN
}
