Interface LeadFormsDeleteResponse

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

Indexable

[key: string]: any

Properties

Properties

form_id: number

Generated using TypeDoc