@runloop/api-client - v1.4.0
    Preparing search index...

    Interface RepositoryConnectionView

    The ID of the Repository.

    interface RepositoryConnectionView {
        id: string;
        name: string;
        owner: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the Repository.

    name: string

    The name of the Repository.

    owner: string

    The account owner of the Repository.