obligations-document, tom-document, loeschfristen-document, compliance-scope-triggers, sdk-flow/flow-data, processing-activities, loeschfristen-baseline-catalog, catalog-registry, dsfa mitigation-library + risk-catalog, vvt-baseline-catalog, vendor contract-review checklists + findings, demo-data, tom-compliance. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
592 B
TypeScript
9 lines
592 B
TypeScript
// =============================================================================
|
|
// Obligations Module - Pflichtenregister Document Generator
|
|
// Barrel re-export — implementation split into obligations-document/
|
|
// =============================================================================
|
|
|
|
export type { ObligationDocumentOrgHeader, ObligationDocumentRevision } from './obligations-document/types-defaults'
|
|
export { createDefaultObligationDocumentOrgHeader } from './obligations-document/types-defaults'
|
|
export { buildObligationDocumentHtml } from './obligations-document/html-builder'
|