SongGuess
    Preparing search index...

    Interface ArtifactsTokenListResult

    Paginated list of tokens for a repository.

    interface ArtifactsTokenListResult {
        tokens: ArtifactsTokenInfo[];
        total: number;
    }
    Index

    Properties

    Properties

    Tokens in this page.

    total: number

    Total number of tokens for the repository.