@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface ProjectReference

    interface ProjectReference {
        circular?: boolean;
        originalPath?: string;
        path: string;
        prepend?: boolean;
    }
    Index

    Properties

    circular?: boolean

    True if it is intended that this reference form a circularity

    originalPath?: string

    The path as the user originally wrote it

    path: string

    A normalized path on disk

    prepend?: boolean