export default interface Reset {
    type: 'Soft' | 'Hard';
}
