pl-api
    Preparing search index...

    Interface UpdatePushNotificationsSubscriptionParams

    interface UpdatePushNotificationsSubscriptionParams {
        data?: { alerts?: Record<string, boolean> };
        policy?: string;
    }
    Index

    Properties

    Properties

    data?: { alerts?: Record<string, boolean> }
    policy?: string

    String. Specify whether to receive push notifications from all, followed, follower, or none users.