feat(SW-543): update footnote

This commit is contained in:
Fredrik Thorsson
2025-01-08 11:28:05 +01:00
parent 034fff59bd
commit 2f8e1b6c79
4 changed files with 7 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ export type ContactConfig = ContactConfigData["all_contact_config"]["items"][0]
export type ContactFields = {
display_text: string | null
contact_field: string
phoneFootnote?: string | null
footnote?: string | null
}
export const validateCurrentHeaderConfigSchema = z