Interface PolytronCatalogSearchResponse

The PolytronCatalogSearchResponse represents the response object for searching for Polytrons.

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

Properties

Properties

The result objects.

Total: number

The total number of objects in the response.