Interface: PreHashCleanup
Defined in: packages/core/src/domain/value-objects/validation-rule.ts:20
A regex-based cleanup rule applied to artifact content before hashing.
Properties
id?
readonlyoptionalid?:string
Defined in: packages/core/src/domain/value-objects/validation-rule.ts:22
Unique identifier for this cleanup rule within its artifact.
pattern
readonlypattern:string
Defined in: packages/core/src/domain/value-objects/validation-rule.ts:23
replacement
readonlyreplacement:string
Defined in: packages/core/src/domain/value-objects/validation-rule.ts:24