[Home](./index.md) > [firefish-js](./firefish-js.md) > [entities](./firefish-js.entities.md) > [MeDetailed](./firefish-js.entities.medetailed.md) ## entities.MeDetailed type **Signature:** ```typescript export declare type MeDetailed = UserDetailed & { avatarId: DriveFile["id"]; bannerId: DriveFile["id"]; autoAcceptFollowed: boolean; alwaysMarkNsfw: boolean; carefulBot: boolean; emailNotificationTypes: string[]; hasPendingReceivedFollowRequest: boolean; hasUnreadAnnouncement: boolean; hasUnreadAntenna: boolean; hasUnreadChannel: boolean; hasUnreadMentions: boolean; hasUnreadMessagingMessage: boolean; hasUnreadNotification: boolean; hasUnreadSpecifiedNotes: boolean; hideOnlineStatus: boolean; injectFeaturedNote: boolean; integrations: Record; isDeleted: boolean; isExplorable: boolean; mutedWords: string[][]; mutingNotificationTypes: string[]; noCrawle: boolean; preventAiLearning: boolean; receiveAnnouncementEmail: boolean; usePasswordLessLogin: boolean; [other: string]: any; }; ``` **References:** [UserDetailed](./firefish-js.entities.userdetailed.md), [DriveFile](./firefish-js.entities.drivefile.md)