ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface SearchUsersItem {
        avatar: string;
        name: string;
        email: string;
        label: string;
        color:
            | "info"
            | "success"
            | "destructive"
            | "warning"
            | "secondary"
            | "primary"
            | null
            | undefined;
    }
    Index

    Properties

    avatar: string
    name: string
    email: string
    label: string
    color:
        | "info"
        | "success"
        | "destructive"
        | "warning"
        | "secondary"
        | "primary"
        | null
        | undefined