@squidcloud/backend
    Preparing search index...

    Interface BaseNativeQueryContext

    Base fields shared by all native query contexts.

    interface BaseNativeQueryContext {
        integrationId: string;
        type: NativeQueryRequestType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    integrationId: string

    Identifier for the integration.

    Type of the native query request.