aladinnetwork-blockstack
Version:
The Aladin Javascript library for authentication, identity, and storage.
22 lines (21 loc) • 377 B
TypeScript
/**
*
* @param profile
*
* @ignore
*/
export declare function getPersonFromLegacyFormat(profile: any): {
['@type']: string;
account?: any[];
name?: string;
description?: string;
address?: {
['@type']: string;
addressLocality: string;
};
image?: any[];
website?: {
['@type']: string;
url: string;
}[];
};