Agent Client Protocol - v0.18.2
    Preparing search index...

    Type Alias NesRepository

    Repository metadata for an NES session.

    type NesRepository = {
        name: string;
        owner: string;
        remoteUrl: string;
    }
    Index

    Properties

    Properties

    name: string

    The repository name.

    owner: string

    The repository owner.

    remoteUrl: string

    The remote URL of the repository.