export interface UpdateChargingStationPasswordRequest {
    ocppConnectionName: string;
    password?: string | null;
    setOnCharger: boolean;
}
