Interface LeadFormsQuestionItemOption

interface LeadFormsQuestionItemOption {
    key: string;
    label: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

key: string
label: string

Generated using TypeDoc