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

    Interface ActionAssignee

    interface ActionAssignee {
        id: string;
        userId?: string | null;
        name?: string | null;
        email?: string | null;
        role?: string | null;
        notes?: string | null;
        user?: { id: string; name: string; email: string } | null;
    }
    Index

    Properties

    id: string
    userId?: string | null
    name?: string | null
    email?: string | null
    role?: string | null
    notes?: string | null
    user?: { id: string; name: string; email: string } | null