Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 03:02:34 +00:00
co-authored by renee-png
parent 1e970d3b91
commit 82690d8e5c
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -961,6 +961,7 @@ export type Database = {
hide_title: boolean
id: string
line_height: number
margin_inches: number
name: string
signature_blocks: Json
title: string
@@ -977,6 +978,7 @@ export type Database = {
hide_title?: boolean
id?: string
line_height?: number
margin_inches?: number
name: string
signature_blocks?: Json
title?: string
@@ -993,6 +995,7 @@ export type Database = {
hide_title?: boolean
id?: string
line_height?: number
margin_inches?: number
name?: string
signature_blocks?: Json
title?: string