@shopify/cli-kit
    Preparing search index...

    Interface GithubRepositoryReference

    interface GithubRepositoryReference {
        baseURL: string;
        branch?: string;
        filePath?: string;
    }
    Index

    Properties

    baseURL: string
    branch?: string
    filePath?: string