Interface LeadFormsGetLeadsResponse

interface LeadFormsGetLeadsResponse {
    leads: LeadFormsLead[];
    next_page_token: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

leads: LeadFormsLead[]
next_page_token: string

Generated using TypeDoc