Argo CD API Client
    Preparing search index...

    Interface ArgoCdRepositoryRefs

    Response for the repository refs endpoint.

    interface ArgoCdRepositoryRefs {
        branches?: string[];
        tags?: string[];
    }
    Index

    Properties

    Properties

    branches?: string[]

    Branch refs.

    tags?: string[]

    Tag refs.