Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 02:05:58 +00:00
co-authored by renee-png
parent 61d87d0eaa
commit a06c667150
@@ -140,6 +140,7 @@ interface SavedTemplate {
font_family: string;
font_size_pt: number;
signature_blocks: Array<{ name: string; title?: string }>;
fields: FormFieldDef[];
updated_at: string;
}