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