philia
    Preparing search index...

    好友通知共通属性

    interface FriendNoticeEvent {
        friend: User;
        notice_type: "friend";
        post_type: "notice";
        user_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    friend: User

    好友对象

    notice_type: "friend"

    post_type

    post_type: "notice"
    user_id: string

    对方账号