Interface: FsCreateChangeOptions
Defined in: packages/core/src/composition/use-cases/create-change.ts:25
Filesystem adapter paths for createCreateChange(context, options).
Properties
changesPath
readonlychangesPath:string
Defined in: packages/core/src/composition/use-cases/create-change.ts:27
Absolute path to the changes/ directory for active changes.
discardedPath
readonlydiscardedPath:string
Defined in: packages/core/src/composition/use-cases/create-change.ts:31
Absolute path to the discarded/ directory for abandoned changes.
draftsPath
readonlydraftsPath:string
Defined in: packages/core/src/composition/use-cases/create-change.ts:29
Absolute path to the drafts/ directory for shelved changes.