
export function getUserDataLocalStorageName(): string {
    return 'userData';
}
