Hierarchy

Properties

calendar_provider?: string
closed_at: number
company_id: number
created_at: number
created_by: number
crm_entities: {
    companies: IEntityInfo[];
    contacts: IEntityInfo[];
    deals: IEntityInfo[];
    leads: IEntityInfo[];
    [key: string]: IEntityInfo[];
}

Type declaration

  • [key: string]: IEntityInfo[]
  • companies: IEntityInfo[]
  • contacts: IEntityInfo[]
  • deals: IEntityInfo[]
  • leads: IEntityInfo[]
description: string
end_time: number
entities?: any
entity?: [] | IEntityData
first_closed_at: number
id: number
mentioned?: INotify
noAccess?: boolean
participants: number[]
priority: "low" | "notHigh" | "neutral" | "high" | "veryHigh"
responsible_id: number
start_time: number
status: "planned" | "done" | "cancelled"
title: string
type: "meeting" | "task" | "call" | "chat" | "email"
updated_at: number

Generated using TypeDoc