Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 18:26:11 +00:00
co-authored by renee-png
parent 2adc3712aa
commit 5f0bde3297
+2
View File
@@ -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) */