Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
1e970d3b91
commit
82690d8e5c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user