Rechat SDK
    Preparing search index...

    Interface ITestimonialContact

    The contact who gave a testimonial.

    interface ITestimonialContact {
        email: null | string;
        first_name: null | string;
        last_name: null | string;
    }
    Index

    Properties

    email: null | string
    first_name: null | string
    last_name: null | string