Function: normalizeCloudAccountLabel()
function normalizeCloudAccountLabel(
accountLabel: string | undefined
): string | undefined;
Defined in: electron/services/cloud/cloudAccountLabel.ts:20
Normalizes cloud provider account labels before persisting or exposing them.
Parameters
accountLabel
string | undefined
Returns
string | undefined