@archastro/sdk
    Preparing search index...

    Interface InstallationSourceListResponse

    Paginated list response containing installation source objects attached to an installation.

    interface InstallationSourceListResponse {
        data: InstallationSource[];
    }
    Index

    Properties

    Properties

    Array of installation source objects returned for the current page.