Esposter
    Preparing search index...

    Interface PushNotificationEventGridData

    interface PushNotificationEventGridData {
        message: Pick<
            MessageEntity,
            "message"
            | "partitionKey"
            | "rowKey"
            | "userId",
        >;
        notificationOptions: NotificationOptions;
    }
    Index
    message: Pick<MessageEntity, "message" | "partitionKey" | "rowKey" | "userId">
    notificationOptions: NotificationOptions