package com.keuin.kbackupfabric.operation.backup.feedback; public interface BackupFeedback { String getFeedback(); boolean isSuccess(); }