SplitPolicyFragmentV1
How one source's text decodes into collection elements.
A delimiter carries its own literal; every other format is named alone.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/json-schema/index.ts - Source link:
src/core/json-schema/index.ts:181
Signatures
ts
type SplitPolicyFragmentV1 = { format: "whole"; } | { delimiter: string; format: "delimiter"; } | { format: "lines"; } | { format: "json"; };