@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface GarbageCollectionsRequestBuilderGetQueryParameters

    To get information about past garbage collections for a registry, send a GET request to /v2/registry/$REGISTRY_NAME/garbage-collections.

    interface GarbageCollectionsRequestBuilderGetQueryParameters {
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page