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

    Interface FindIntegrationsResponse

    interface FindIntegrationsResponse {
        items: Integration[];
        cursor?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    items: Integration[]
    cursor?: string