@mobilon-dev/amotop - v0.1.47
    Preparing search index...

    Interface Contact

    interface Contact {
        created_at?: number;
        custom_fields_values?: {
            field_code: string;
            field_name: string;
            field_type: string;
            values: { value: string }[];
        }[];
        name: string;
    }
    Index

    Properties

    created_at?: number
    custom_fields_values?: {
        field_code: string;
        field_name: string;
        field_type: string;
        values: { value: string }[];
    }[]
    name: string