Skip to main content

Interface: FsDiscardChangeOptions

Defined in: packages/core/src/composition/use-cases/discard-change.ts:22

Filesystem adapter paths for createDiscardChange(context, options).

Properties

changesPath

readonly changesPath: string

Defined in: packages/core/src/composition/use-cases/discard-change.ts:24

Absolute path to the changes/ directory.


discardedPath

readonly discardedPath: string

Defined in: packages/core/src/composition/use-cases/discard-change.ts:28

Absolute path to the discarded/ directory.


draftsPath

readonly draftsPath: string

Defined in: packages/core/src/composition/use-cases/discard-change.ts:26

Absolute path to the drafts/ directory.