ProfileMentionedFragment: {
    profile: {
        id: string;
    };
    snapshotHandleMentioned: HandleInfoFragment;
    stillOwnsHandle: boolean;
}

Type declaration

  • profile: {
        id: string;
    }
    • id: string
  • snapshotHandleMentioned: HandleInfoFragment
  • stillOwnsHandle: boolean