@squidcloud/backend
    Preparing search index...

    Interface TopicReadContext

    Context used when reading from a topic.

    interface TopicReadContext {
        integrationId: string;
        topicName: string;
    }
    Index

    Properties

    integrationId: string

    Identifier of the integration the topic belongs to.

    topicName: string

    Name of the topic being read.