export default interface ClearChargingProfileResponse {
    status: 'Accepted' | 'Unknown';
}
