Documentation for Simbo's Packages
    Preparing search index...

    Interface GitChangeBase

    Base interface for a change in a Git repository.

    interface GitChangeBase {
        path: string;
    }
    Index

    Properties

    Properties

    path: string

    The file path of the change.