SongGuess
    Preparing search index...

    Paginated list of repositories.

    interface ArtifactsRepoListResult {
        cursor?: string;
        repos: Omit<ArtifactsRepoInfo, "remote">[];
        total: number;
    }
    Index

    Properties

    Properties

    cursor?: string

    Cursor for the next page, if there are more results.

    repos: Omit<ArtifactsRepoInfo, "remote">[]

    Repositories in this page (without the remote field).

    total: number

    Total number of repositories in the namespace.