Membrane React - v0.2.1
    Preparing search index...

    Interface FindExternalEventLogsQuery

    interface FindExternalEventLogsQuery {
        limit?: number;
        cursor?: string;
        userId?: string;
        externalEventSubscriptionId?: string;
        connectionId?: string;
        integrationId?: string;
        startDatetime?: string;
        status?: ExternalEventLogStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    limit?: number
    cursor?: string
    userId?: string
    externalEventSubscriptionId?: string
    connectionId?: string
    integrationId?: string
    startDatetime?: string