Interface FbnsNotificationEventParams

interface FbnsNotificationEventParams {
    direct_v2_message: {
        id: string;
        x: string;
    };
    fb_first_post: {
        username: string;
    };
    first_bestie_post: {
        id: string;
    };
    first_post: {
        username: string;
    };
    post: {
        id: string;
    };
    recent_follow_post: {
        id: string;
    };
    resurrected_user_post: {
        id: string;
    };
}

Properties

direct_v2_message: {
    id: string;
    x: string;
}
fb_first_post: {
    username: string;
}
first_bestie_post: {
    id: string;
}
first_post: {
    username: string;
}
post: {
    id: string;
}
recent_follow_post: {
    id: string;
}
resurrected_user_post: {
    id: string;
}