ProfileInfo
Home > @backstage/core-plugin-api
> ProfileInfo
Profile information of the user.
Signature:
export type ProfileInfo = {
email?: string;
displayName?: string;
picture?: string;
};
Home > @backstage/core-plugin-api
> ProfileInfo
Profile information of the user.
Signature:
export type ProfileInfo = {
email?: string;
displayName?: string;
picture?: string;
};