Interface: FsDiscardChangeOptions
Defined in: packages/core/src/composition/use-cases/discard-change.ts:22
Filesystem adapter paths for createDiscardChange(context, options).
Properties
changesPath
readonlychangesPath:string
Defined in: packages/core/src/composition/use-cases/discard-change.ts:24
Absolute path to the changes/ directory.
discardedPath
readonlydiscardedPath:string
Defined in: packages/core/src/composition/use-cases/discard-change.ts:28
Absolute path to the discarded/ directory.
draftsPath
readonlydraftsPath:string
Defined in: packages/core/src/composition/use-cases/discard-change.ts:26
Absolute path to the drafts/ directory.