Esposter
    Preparing search index...

    Interface GitSource

    interface GitSource {
        ref: string;
        repo: string;
        type: Git;
    }
    Index

    Properties

    Properties

    ref: string
    repo: string
    type: Git