ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface EngageProps {
        title: string;
        description: string;
        image: ReactElement;
        more: { url: string; title: string };
    }
    Index

    Properties

    title: string
    description: string
    image: ReactElement
    more: { url: string; title: string }