core-utils
    Preparing search index...

    Request parameters for appending a push token.

    interface AppendPushTokenRequest {
        channelId: string;
        token: string;
        userId: string;
    }
    Index

    Properties

    channelId: string

    The channel ID.

    token: string

    The push token to append.

    userId: string

    The user ID.