Skip to main content

Interface: FsDraftChangeOptions

Defined in: packages/core/src/composition/use-cases/draft-change.ts:23

Filesystem adapter paths for createDraftChange(context, options).

Properties

changesPath

readonly changesPath: string

Defined in: packages/core/src/composition/use-cases/draft-change.ts:25

Absolute path to the changes/ directory.


discardedPath

readonly discardedPath: string

Defined in: packages/core/src/composition/use-cases/draft-change.ts:29

Absolute path to the discarded/ directory.


draftsPath

readonly draftsPath: string

Defined in: packages/core/src/composition/use-cases/draft-change.ts:27

Absolute path to the drafts/ directory.