ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface CreateLogParams

    Interface pour créer un log système

    interface CreateLogParams {
        userId: string;
        event: string;
        entityType?: string;
        entityId?: string;
        description?: string;
        ipAddress?: string;
        meta?: Record<string, any>;
    }
    Index

    Properties

    userId: string
    event: string
    entityType?: string
    entityId?: string
    description?: string
    ipAddress?: string
    meta?: Record<string, any>