Esposter
    Preparing search index...

    Interface ThreadReplyNotificationEventGridData

    interface ThreadReplyNotificationEventGridData {
        message: Pick<
            StandardMessageEntity,
            "message"
            | "partitionKey"
            | "rowKey"
            | "userId",
        >;
        notificationOptions: NotificationOptions;
        threadRootRowKey: string;
    }
    Index
    message: Pick<
        StandardMessageEntity,
        "message"
        | "partitionKey"
        | "rowKey"
        | "userId",
    >
    notificationOptions: NotificationOptions
    threadRootRowKey: string