Interface: LocalPath
Represents a local directory and a matching pattern/glob for files.
See
GitRepo
Table of contents
Properties
Properties
path
• path: string
The relative or absolute path.
Defined in
types.ts:45
pattern
• pattern: string
The file pattern / glob to match.
Defined in
types.ts:47