<img width="358" height="211" alt="Image" src="https://github.com/user-attachments/assets/5d05a8af-7864-4bb3-897c-057b0ca849a8" /> ``` export interface PeopleProfileCardPersonProfile { type?: string; handle?: string; } ```