Rechat SDK
    Preparing search index...

    Interface ILeadCaptureResponse

    interface ILeadCaptureResponse {
        contact: string;
        created_at: number;
        id: string;
        lead_channel: string;
        source_type: string;
    }
    Index

    Properties

    contact: string
    created_at: number
    id: string
    lead_channel: string
    source_type: string