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