From 5f0bde329798e37f3f409fbfd4f5d7282695e249 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 18:26:11 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/lib/docx-pleading.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/docx-pleading.ts b/src/lib/docx-pleading.ts index e40e8aa..6960acc 100644 --- a/src/lib/docx-pleading.ts +++ b/src/lib/docx-pleading.ts @@ -27,6 +27,8 @@ export interface PleadingFootnote { export interface PleadingSignature { /** Multi-line block placed under the signature line (name, bar no., firm, etc.) */ block: string; + /** Optional typed signature (rendered in a cursive script font above the line) */ + typed?: string; /** Optional PNG/JPG bytes of a scanned signature placed above the line (for DOCX) */ imageBytes?: ArrayBuffer | Uint8Array; /** Same image as a data URL (for PDF generator, which needs a string) */