RSX Code Reference
    Preparing search index...

    Interface PolytronCatalogSearchResponse

    The PolytronCatalogSearchResponse represents the response object for searching for Polytrons.

    interface PolytronCatalogSearchResponse {
        Results: PolytronPreviewObject[];
        Total: number;
    }
    Index

    The result objects.

    Total: number

    The total number of objects in the response.