Rechat SDK
    Preparing search index...

    Interface ITestimonialsListResult

    interface ITestimonialsListResult {
        data: ITestimonial[];
        info: null | { count: number; total: number };
    }
    Index

    Properties

    Properties

    data: ITestimonial[]
    info: null | { count: number; total: number }