Interface LeadFormsCreateResponse

interface LeadFormsCreateResponse {
    form_id: number;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

form_id: number
url: string

Generated using TypeDoc