core-utils
    Preparing search index...

    Interface AppendPushTokenResponse

    Response from appending a push token.

    interface AppendPushTokenResponse {
        success: boolean;
    }
    Index
    success: boolean

    Whether the push token was appended successfully.