diff --git a/src/lib/forms-shared.ts b/src/lib/forms-shared.ts index 153548e..61174a5 100644 --- a/src/lib/forms-shared.ts +++ b/src/lib/forms-shared.ts @@ -183,7 +183,8 @@ export type FormFieldType = | "dropdown" | "county" | "client" - | "homeowner"; + | "homeowner" + | "contact"; export interface FormFieldDef { key: string;