Interface IForm

Hierarchy

  • IForm

Properties

active: boolean
config: {
    crmEntity: "lead" | "contact";
    fields: IFormField[];
    other: IFormOther[];
    predefinedFields: IPredefinedField[];
}

Type declaration

creared_at?: number
entryPoint?: string
id?: string
name: string
portal?: string
type?: string
updated_at?: number
userId?: number

Generated using TypeDoc